• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Help me to create TreeTable's in Swings

 
Ranch Hand
Posts: 175
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All!
Can any body guide me to create TreeTable's in Swings.
Is there any thing required like third party jar files to create these??

Thanks in Advance
 
Sheriff
Posts: 22781
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The first result for searching for "treetable" in Google:
http://java.sun.com/products/jfc/tsc/articles/treetable1/
 
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JXTreeTable in SwingX:
http://javadesktop.org/jdnc/docs/org/jdesktop/swing/JXTreeTable.html
[ September 03, 2007: Message edited by: Louis Wang ]
 
Shashidhar Yarabati
Ranch Hand
Posts: 175
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Thanks for your reply. But it is using org.jdesktop.swing package. Where can i download this package???
I tried it with google but i didn't found. please help me.

Thanks in Advance
 
Qunfeng Wang
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://swinglabs.org/downloads.jsp


Project Milestone Release Date Sources Binaries JavaDoc
SwingX .8 18 Nov 05 Not Yet Available Download Browse...
SwingX .7 1 Mar 05 Download Download Browse...
Timingframework .56 13 Jul 07 Download Download Download
Timingframework .55 30 Mar 07 Download Download Download
Timingframework .54 19 Jan 07 Download Download Download
JDNC .6 2 Dec 04 Download Download Browse...
JDNC .5 22 Jun 04 Download Download Browse...


It should be in the SwingX project
 
Shashidhar Yarabati
Ranch Hand
Posts: 175
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Louis Wang,

Basically what is my problem is. I have a code which is already implemented like Tree Table. But When Iam using that Tree table, if I try to resize the column's then the subsequent columns are not resizing.
I think you understood my problem

Please help me regarding to fix this issue.

Thanks in Advance Louis
 
Qunfeng Wang
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
:roll: Maybe the problem you said has been resolved in JXTreeTable. Why not give it a try?
 
Shashidhar Yarabati
Ranch Hand
Posts: 175
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Louis Wang ,

Do you know how to create data model for JXTreeTable(by implementing TreeTableModel interface)?

Please let me know if you know it??
 
Qunfeng Wang
Ranch Hand
Posts: 434
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No. I haven't used it before.

Maybe you can get some documents and sample codes from that site.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic