Applet « Container « Java Swing Q&A





1. Containers class owner's child object having to add components into his parent's container problem    stackoverflow.com

I am having problems dealing with containers and components in my JApplet. I don't put my code because I think there is no need for it. The main class owns the getContentPane(). Another class ...