tags:

views:

739

answers:

2

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!

+2  A: 
Michael Myers
thanks, yeah this L2FProd looks good!
clamp
I cannot for the life of me find any documentation that explains how to get the subcategories working. Do you know how to do that?
I82Much
No, I'm afraid not. And I'm not able to try it out because I'm working on VBA these days.
Michael Myers
+1  A: 

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.

Stephane Grenier