Hi all,
I am using JScrollPane as Horizontal Split. I used JTree in Left pane. I have 2 JApplet files with Swing components on it (Forms to take user input)
JTree has structure as follows:
Settings
Server
Client
Environment
Server
Client
When I click SERVER, i want to display my server
applet in right pane.
I wrote code as follows for event handling:
pa is a Panel i added to right pane and InstallDemo and CompanyInfoo are 2 applet classes.
It displaying the node selected but its not displaying the applet.
Please help...