Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: Eclipse and interface builder
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Eclipse and interface builder



> 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

References: 
 >Re: Eclipse and interface builder (From: Yvon Thoraval <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.