Does Java Swing have a control similar to the PropertyGrid in .NET?
if so, which one is it? Or at least which one comes closest to it?
Thanks!
Does Java Swing have a control similar to the PropertyGrid in .NET?
if so, which one is it? Or at least which one comes closest to it?
Thanks!
I would recommend using JGoodies (Forms and Looks) to create your own property editor. It should be pretty quick to do and you can make it look much better than with the default Swing Look & Feel and layouts.