Karl
Karl

Reputation: 3216

Supported Layout Managers in Eclipse Visual Editor

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.

Upvotes: 0

Views: 1014

Answers (1)

Eugene Ryzhikov
Eugene Ryzhikov

Reputation: 17359

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 :).

Upvotes: 1

Related Questions