JApplet « JInternalFrame « Java Swing Q&A





1. JApplet within JInternalFrame...Please help    coderanch.com

I am having a problem. I am using JApplet as the only component inside JInternalFrame. It basicly wants to paint on top of everything else and makes everything else (including other jinternalframes) go crazy. I also noticed that the japplet is even painting over the japplet containing it. I would be extreamly greatfull (as would others doing the same thing) if ...