> unfortunately even for swing UIs nib4j isn't working, at this time, for me
> because i'm using JXTreeTables
It's of course possible to use JXTreeTables with nib4j. Just replace any
JTable of your GUI with a JXTreeTable instance:
nib.replaceComponent("myTable", new JXTreeTable());
JFrame myFrame = (JFrame) nib.createWindow("MyFrame");
JXTreeTable myTable = ( JXTreeTable) nib.getComponentByName("myTable");
For more informations just have a look at the developer's guide.
Manuel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden