Re: Propertysheet and jtable with groups - the missing swingx
To be honest, I haven't really had any need to use it at my job. If I do have a need in the future I will just buy jide grids.
For a simple personal project I'm working on, the property sheet saves real estate and it does the binding for me. (One of these days I'll attempt to learn the swing application framework).
[code]
PropertyGroup group = new PropertyGroup("Hello World");
group.add(new Property(myFrame,"Font", "Set the font", "panel.subPanel.font"));
add(new PropertyPanel(new PropertyTable(group));
[/code]
[Message sent by forum member 'jonaqua' (jonaqua)]
http://forums.java.net/jive/thread.jspa?messageID=273175
---------------------------------------------------------------------
To unsubscribe, e-mail: [jdnc-unsubscribe@masked-domain]
For additional commands, e-mail: [jdnc-help@masked-domain]
Other messages in this topic