Hi, Can I add JFrame to a JApplet, so that everyhting is displayed on the jframe? If it is possible, How can it be done?when I do this, the frame is displayed separately (not attached to the applet) Please help Thanks, Alice
? A "frame" in Java-ese is a distinct window - it differs from the other Java window classes in that it has minimal "decorations". If your problem is that you want to subdivide the applet area in the browser window instead of pop up a new window, use a Panel.
Experience keeps a dear School, but Fools will learn in no other.
---
Benjamin Franklin - Postal official and Weather observer
Don't get me started about those stupid light bulbs.