Domanda

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

È stato utile?

Soluzione

No, you will need a plugin for that.

Altri suggerimenti

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top