2

My need is to design a wizard page where in I have to add SWT Labels, Text, Button etc. So rather than doing it pro-grammatically I want some plug-in which allows creating widgets by dragging and dropping like we do in C#, .Net. Is there any plug-in freely available for that?

Thanks in advance!

Anand
  • 2,239
  • 4
  • 32
  • 48
  • Check [Create GUI using Eclipse](http://stackoverflow.com/questions/6533243/create-gui-using-eclipse-java) question, where you can find more alternatives. Windows Builder Pro is IMHO great tool. – Sorceror Aug 07 '11 at 19:27

1 Answers1

2

WindowBuilder Pro, as released by Google has support for SWT widgets.

Tassos Bassoukos
  • 16,017
  • 2
  • 36
  • 40