Hello!

I am just learning the Eclipse IDE, so I don’t know much. I’m wondering if there is a plug-in or add-on in Eclipse that would act as a user interface designer? So that you can quickly and clearly draw a form and not get into the code for this, as, for example, in Visual Studio from Microsoft. And after creating the interface is completely immersed in the code for writing functionality.

Thank.

  • there is, but if you write on java, then it’s better not to do so, but to draw gui with pens (it turns out faster) and less code - cavinc
  • For such a plugin, you need a whole framework with a code generator like WinForms. What technology are you interested in? What does Google say? Immediately, eclipse.org/resources/resource.php?id=191 - yapycoder
  • Yes, on the very first page of issue, there is also a link to the enemy forum: Best GUI designer for eclipse . - yapycoder

3 answers 3

WindowBuilder includes both SWT Designer and Swing Designer and facilitates the development of the user interface in Java.

    visualswing4eclipse :

    Visual Swing for Eclipse is a GUI designer tool, which consists of a set of Eclipse Plug-ins. It aims to provide a Swing designer for Eclipse for Java desktop developers.

      See Window Builder Pro :

      Develop Java graphical user interfaces in Swing, SWT, RCP, XWT and GWT with WindowBuilder Pro's WYSIWYG, drag-and-drop interface. Java