I have created a DefaultMutableTree object with application scope in my web app. I'm going to intialise JTree with my object and display the hierarchy using the applet in jsp. I'm not sure how I can pass JTree object to applet.
I have created a DefaultMutableTree object with application scope in my web app. I'm going to intialise JTree with my object and display the hierarchy using the applet in jsp. I'm not sure how I can pass JTree object to applet.