About Calling a Frame object In a Applet
Hi,,,,,,,,Any body tell me did I call a class object which extends a Frame into an Applet or I should stick on the Panel for calling.Please guys, clarify me this will help me lot..........Thanks In Advance,Sagarika
[249 byte] By [
sun_sgrka] at [2007-11-26 20:43:47]

# 3
For sure! You can create a new JFrame (or a Frame) and make it visible: it'll be a new window, outside yourbrowser.You can even put your applet inside the frame, like anyother panel ...