Question

I'm using Eclipse for Android coding. I wanted to make another version of my application for Desktops, but couldn't find any option to add a JFrame layout or something.

I found out that there's a plugin provided by Google called "Window Builder", and a variety of other plugins, but in Netbeans I don't have to download any kind of plugin, it comes with it.

Does Eclipse have a GUI-building support out-of-the-box (without any plugins)?

Was it helpful?

Solution

No, you will need a plugin for that.

OTHER TIPS

The Eclipse RCP - Rich Client Platform is the library you are looking for, this is a getting started tutorial.

RCP is the eclipse based Swing like library used to build eclipse itself, similar to the Netbeans Platfom.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top