Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use WindowBuilder (a Java visual editor Eclipse plugin) without GWT support?

Can I use WindowBuilder (a Java visual editor Eclipse plugin) without Google Web Toolkit (GWT) support?

I'm a little bit confused about it. It seems that it is integrated with GWT to build Google web applications.

But can I use it to build a GUI for standard Java applications (like NetBeans)?

I know it sounds silly, but I spend a lot of time to know if is it possible or not, but I couldn't know.

Notice that I am a Mac user, (WindowBuilder on Mac seems not fully supported).


1 Answers

WindowBuilder supports creating SWT, RCP, XWT and Swing apps in addition to GWT apps. It is fully supported under Windows, Linux and OSX. It was recently announced that Google is donating the WindowBuilder Engine along with the SWT and Swing tooling to Eclipse.org.

If you are unable to open a non-GWT file and receive an "Unknown GUI toolkit" error, this means that you either have a classpath problem (our project has not been configured to use any UI toolkit) or you have an incomplete installation of WindowBuilder (for example, if you only have the GWT portion of WB loaded, you would not be able to edit SWT or Swing UIs).

like image 117
Eric Clayberg - Google Avatar answered Dec 05 '25 23:12

Eric Clayberg - Google



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!