| Author |
draw lines between JTrees
|
Manoj kumar A
Greenhorn
Joined: Sep 01, 2003
Posts: 10
|
|
Hi all, In my application i have two JTrees put in a JScrollPane , one on the left hand side, and one on the right. I need to connect the nodes by drawing lines with the mouse. Suppose i click on any node of left JTree and the drag towards any node on the right Jtree. A line should be drawn showing the two nodes connected. Also later on i should be able to delete any of them (drawn lines) say by clicking any line and then clicking a delete button. Thanks, manoj
|
 |
 |
|
|
subject: draw lines between JTrees
|
|
|