Results 1 to 6 of 6
Thread: java tree
- 06-23-2008, 03:09 PM #1
Member
- Join Date
- Jun 2008
- Posts
- 8
- Rep Power
- 0
- 06-23-2008, 05:07 PM #2
Hello tony,
Please put the question clearly in what do u want to implement this tree?
I meant to say in Swing or AWT or something like that.
If its in swing there is something called JTree which u can implement.To finish sooner, take your own time....
Nivedithaaaa
- 06-23-2008, 05:45 PM #3
Member
- Join Date
- Jun 2008
- Posts
- 8
- Rep Power
- 0
it;s not swing or awt
if i have properties file like this:
G1/G20/G3/X=8
G1/G2/Z=9
G1/Y=9
G8/G7/rr=9
and i need to take this properties file and save it in data structure in order to search it in the future depending in the hirecary for example i need to to save it like when i say get (G1) it will retrun all the sons of the G1 ( G20,G2,Y=9) ,which tree i need to use where can i find code for this
- 06-23-2008, 05:50 PM #4
Take a look at
David Byrden: extending the Java Collection Framework
It shows you how to do it, has sample code, etc.
- 06-23-2008, 06:32 PM #5
Member
- Join Date
- Jun 2008
- Posts
- 8
- Rep Power
- 0
can you please supply another code sample for implement this tree in java i will be very happy if you help me with this
- 06-23-2008, 06:43 PM #6
Similar Threads
-
Tree structure using JAVA
By trill in forum Advanced JavaReplies: 2Last Post: 05-27-2010, 11:02 AM -
Binary Tree Implementation in Java
By Java Tip in forum java.langReplies: 0Last Post: 04-16-2008, 10:35 PM -
Need Help With Tree Adt
By avi in forum New To JavaReplies: 0Last Post: 03-20-2008, 03:11 AM -
Java Grapical Tree
By Deo Favente in forum Reviews / AdvertisingReplies: 3Last Post: 02-18-2008, 06:12 AM -
Implementing a red-black tree in java
By baltazar in forum New To JavaReplies: 1Last Post: 07-13-2007, 08:37 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks