简体   繁体   English

Eclipse是否具有开箱即用的GUI构建器?

[英]Does Eclipse have a GUI builder out-of-the-box?

I'm using Eclipse for Android coding. 我正在使用Eclipse进行Android编码。 I wanted to make another version of my application for Desktops, but couldn't find any option to add a JFrame layout or something. 我想为桌面设备创建另一个版本的应用程序,但找不到任何添加JFrame布局或其他内容的选项。

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. 我发现Google提供了一个名为“Window Builder”的插件,以及各种其他插件,但在Netbeans中,我不必下载任何类型的插件,它附带了它。

Does Eclipse have a GUI-building support out-of-the-box (without any plugins)? Eclipse是否具有开箱即用的GUI构建支持(没有任何插件)?

The Eclipse RCP - Rich Client Platform is the library you are looking for, this is a getting started tutorial . Eclipse RCP - 富客户端平台是您正在寻找的库,这是一个入门教程

RCP is the eclipse based Swing like library used to build eclipse itself, similar to the Netbeans Platfom. RCP是基于eclipse的Swing like library,用于构建eclipse本身,类似于Netbeans Platfom。

不,你需要一个插件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM