K
Kalpesh Modha
Hello.
I have a JSplitPane as below. Now currently the right handside is a html
area. What I want to do is make the right hand side load a JFrame or a
class. So depending on which branch/left the user selected on the left the
right class would be loaded on the right hand side.
Can I do that, if so how ?
JSplitPane sp = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,new
JScrollPane(tree),new JScrollPane(htmlArea));
Many thanks for you help.
Thanks
Kalpesh Modha
I have a JSplitPane as below. Now currently the right handside is a html
area. What I want to do is make the right hand side load a JFrame or a
class. So depending on which branch/left the user selected on the left the
right class would be loaded on the right hand side.
Can I do that, if so how ?
JSplitPane sp = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT,new
JScrollPane(tree),new JScrollPane(htmlArea));
Many thanks for you help.
Thanks
Kalpesh Modha