开发者

Bean Properties Editor/Sheet like Netbeans'

开发者 https://www.devze.com 2023-01-19 19:56 出处:网络
I want to develop a GUI-based java bean property editor(like the one used to edit bean properties in netbeans). I开发者_运维问答s there any open source java implementation of this?The Netbeans IDE is

I want to develop a GUI-based java bean property editor(like the one used to edit bean properties in netbeans). I开发者_运维问答s there any open source java implementation of this?


The Netbeans IDE is built using the Netbeans platform ( http://netbeans.org/features/platform/index.html ) which you can use to build your own applications that don't have to look like IDEs. The learning curve might be a little steep, but there are many tutorials and an active community. You can also just use the bean editor in your own Swing app without implementing the whole platform.

0

精彩评论

暂无评论...
验证码 换一张
取 消