문제

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

도움이 되었습니까?

해결책

No, you will need a plugin for that.

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top