Search code examples
javaswingnetbeanspropertyeditor

Property editor with categories


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?


Solution

  • 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.