What is the easiest way to design Java Swing GUIs in Eclipse IDE?

后端 未结 2 711
旧时难觅i
旧时难觅i 2020-12-20 03:20

I\'ve been coding basic UIs in Java manually and using NetBeans, but recently switched to Eclipse Indigo. I use the visual class builder to design SWT user interfaces in Ecl

相关标签:
2条回答
  • 2020-12-20 03:49

    You can also use Jigloo.

    Their eclipse update site it, http://cloudgarden.com/update-site

    I have used it in windows quite well. But when I use it in mac, most of the time it crash.

    But windows builder seems better to me.

    0 讨论(0)
  • 2020-12-20 04:10

    Since Google aquired Instantiations and then donated WindowBuilder to Eclipse foundation it is the preferred free, open source visual GUI editor for Swing, SWT and GWT.

    enter image description here

    0 讨论(0)
提交回复
热议问题