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)?

Était-ce utile?

La solution

No, you will need a plugin for that.

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top