views:

83

answers:

1

I'm evaluating GUI builder tools for Swing. In the Eclipse Visual Editor 1.4 the list of the (natively) supported layout managers seems a bit short to me. Still no support for FormsLayout or TableLayout? The official documentation is a bit vague on the issue.

+1  A: 

Instead of Eclipse Visual Editor I would suggest to look at Instantiations Swing Designer. IMO is the best UI designer for Eclipse platform. It supports most of the layouts available currently including FormLayout and MigLayout.

As far as layouts go there is nothing better then MigLayout - it can be used in place of any other. Swing Designer support for it is excellent.

NOTE: All that comes from experience. I'm not associated with Instatiations in any way :).

eugener