JTree and JEditorPane in Java

frannier

New Member
I have JTree and JEditorPane control in a Swing form . JTree has 3 nodes and further subnodes . I have to set text in front of the nodes and subnodes eg following\[code\]delhi :100old delhi:50new delhi:50mumbai:200.....\[/code\]these 50 100 and 200 value should be set run time.On clicking on node on delhi or old delhi the table values should be changed and while clicking on a cell in JTable the value of JEditorPane should be changed with the corresponding Html file
 
Back
Top