Are there any drag and drop gui editors you’d recommend? I know Sun’s IDE had this, but I’m looking for something free.
Thanks.
-Nick
Are there any drag and drop gui editors you’d recommend? I know Sun’s IDE had this, but I’m looking for something free.
Thanks.
-Nick
There are some free plugins for eclipse, but I never had used them. Therfore I can’t recomment one of them.
Netbeans is free and it basically is Sun’s IDE. It has a couple GUI builders.
I used Eclispe’s Visual Editor Plugin (it’s on the eclipse’s page).
I found it very good, compared with others editors that doesn’t allow to change the layout code.
I’t is almost WYSIWYG, only has a couple of problems with moving some components in gridlayouts.
Rafael.-
NetBeans … definately.
Matisse (NB5) maybe is not really mature but already usable.
I also liked TableLayout/FormLayout support with NB4.1 (https://developer.berlios.de/projects/nblayoutpack/).
NB is highly customizable and allowed to use my own widgets, property editors … seamlessly