Is this your first time here? SwingWiki is a Java Swing Developer community site with an big archive of Swing-related usenet groups and mailing lists, but also tips, tricks and articles and book reviews written by your colleagues from around the world. If you came here through a search engine and did not find what you were looking for, make sure to check the wiki table of contents.

Re: Propertysheet and jtable with groups - the missing swingx

From:[jdnc-interest@masked-domain]
Sent on:Wed, 07 May 2008 09:49:29 PDT
In reply to:Re: Propertysheet and jtable with groups - the missing swingx components sent on Wed, 07 May 2008 08:51:58 +0200 by Noel Grandin [noel@masked-domain]
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]
Found what you were looking for? If not - continue at Wiki Index

Other messages in this topic

SenderDate sentSubject
[jdnc-interest@masked-domain]Tue, 06 May 2008 20:05:38 PDTRe: Propertysheet and jtable with groups - the missing swingx
[jdnc-interest@masked-domain]Tue, 06 May 2008 17:16:52 PDTRe: Propertysheet and jtable with groups - the missing swingx
[jdnc-interest@masked-domain]Sun, 04 May 2008 11:17:27 PDTPropertysheet and jtable with groups - the missing swingx

 
Recent changes | RSS changes | Table of contents | News Archive | Terms And Conditions | Register | The Quest For Software++| Ruby Resources
FitNesse Resources