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.
此功能可以简单地将 JPanel 类作为应用程序运行,而无需任何主要功能。
但是新版本的 Eclipse 不再支持 Visual Editor。
有些人知道其他插件可以做同样的事情吗?
WindowBuilder 允许您“快速测试/预览窗口而无需编译或运行它”。使用设计模式时,相应的按钮可用。这样您就可以运行 JPanel,WindowBuilder 会为您将其包装在 JFrame 中。