File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes JTree  & JTable Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "JTree  & JTable" Watch "JTree  & JTable" New topic
Author

JTree & JTable

Martin Kogut
Greenhorn

Joined: Apr 20, 2004
Posts: 7
Hi, I 've created a JTree but I would have a JTreeTable. I just googling around and found that the JTreeTable doesn't exist in the JDK 1.5! So my question, how could I make a JTreeTable. The Examples of sun.com are all not compileable and not excuteable!
So please help me, because it is a project that I 've to finih!
Thanks a lot!
Sebastiaan Kortleven
Ranch Hand

Joined: Mar 12, 2004
Posts: 81
I haven't read through it, but http://java.sun.com/products/jfc/tsc/articles/treetable1/
seems like a descent tutorial on the subject..
Martin Kogut
Greenhorn

Joined: Apr 20, 2004
Posts: 7
I've read this tutorial several times to understand how I could implement the example-source in my sourcecode!
You're right it's a descent tutorial on this topic!
Thanks for helping me!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JTree & JTable
 
Similar Threads
JTreeTable
JTree
JTree
Freezing first column(JTree) in JTreeTable - Urgent Please
Drag and drop with JTreeTable