Hey,
I have a JApplet which calls a JFrame. When a JFrame is created using one of the JButtons in the JApplet, the JPanels in the JApplet get mixed when I scroll the JPanel. When I close the frame, everything works fine again. Besides, the elements in the JList (in the JApplet) dissapear when I add a new element to it using the JFrame. Everything is created and added in the init() method of the JApplet.
Sincerely