具有类别的属性编辑器
我正在使用 Netbeans 用 Java 和 swing 编写一个应用程序,并且我需要属性编辑器(例如 这个)。我如何将其添加到我的应用程序中?
I'm writing an app in Java and swing using Netbeans, and I need property editor (like this). How I can add it to my application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我强烈建议使用NetBeans 平台。这是一个非常简单且文档齐全的富客户端平台。然后您可以使用与 NetBeans 中完全相同的属性编辑器。从普通 Swing 应用程序移植到 NeatBeans RCP 也非常简单。
I really recommend using the NetBeans Platform. It's really simple and well documented rich client platform. Then you can use exactly the same property editor as in NetBeans. Porting from plain Swing applications to NeatBeans RCP is quite simple too.