Software similar to Dreamweaver - where you just draw lines/buttons etc and the code is generated for me?
Reversed programming - not coding but drawing and the program will 'generate' the code for me?
Do you know guis like that in java?
Software similar to Dreamweaver - where you just draw lines/buttons etc and the code is generated for me?
Reversed programming - not coding but drawing and the program will 'generate' the code for me?
Do you know guis like that in java?
Netbeans has a Swing designer.
Doesn't come much easier than that.
Netbeans has its own intergrated Swing GUI builder, and eclipse has a similar plugin; see http://www.eclipse.org/windowbuilder/.
It is recommended however to code a GUI yourself, since GUI builders generate a lot of unnecessary and bloated code, and also usually duplicates code frequently. If you don't want to use Swing then coding the GUI yourself is pretty much your only option.
I would recommend JFormDesigner
, it's a plugin for Eclipse/Netbeans/IntelliJ IDEA.
I'm using it at work with IDEA, on a project originally designed with NetBeans. Before getting it, I was just looking for some plugin to IDEA so that I wouldn't have to switch IDEs, and it was the only one I found.. But, I gave it a shot, and it converted the NetBeans project without errors. I have had some issues with getting the appearance right (positioning/stretching), but I think it was more due to poor layout type choices from my predecessors, upon rebuilding part of the window with a different layout type it worked great. Also includes some custom layouts that are nice to work with.
So all in all, works like a charm :)
Costs a bit of money, but they have a discounted price for non-commercial use.