Java Applets, Frames and Windows

They have: 19 posts

Joined: Feb 2000

Sorry, this was the only section I could find to post this. Does anyone know how to create a Frame in Java that always stays on top of the applet. I've had to settle with a compromise and subclass Window not Frame but you loose it's functionality. I've also tried creating a thread that keeps calling the toFront() method in Window. Is what I am attempting possible and if so how?