Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有 Eclipse 插件可以帮助设计像 Netbeans 中的 Swing GUI?
WindowBuilder 过于简单和原始。例如:
它只允许我将组件放置在 5 个预定义区域之一中
Netbeans 中的 GUI 设计器功能强大得多
Mantisse GUI 编辑器有一个从 NetBeans 到 Eclipse 的端口。
http://marketplace.eclipse.org/content/swing-gui-designer
实际上有几个选项来控制组件在窗口中的放置方式。在 Layouts 下拉菜单下的类的 Design 选项卡中,有几个选项。例如,有一个 Absolute 选项允许在放置和移动组件时实现 x 和 y 坐标精度。