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]
# 1
I think I can help you, but first "CLARIFY YOUR QUESTION".ThanksAhmad Elsafty
NourElsaftya at 2007-7-10 2:04:24 > top of Java-index,Desktop,Core GUI APIs...
# 2
I can use a frame inside an applet or it should be a panel
sun_sgrka at 2007-7-10 2:04:24 > top of Java-index,Desktop,Core GUI APIs...
# 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 ...
CanapaGa at 2007-7-10 2:04:24 > top of Java-index,Desktop,Core GUI APIs...
# 4
I am extending my class into Panel, now i want to develop a frame, and that frame i want to add to my panel did i do it
sun_sgrka at 2007-7-10 2:04:24 > top of Java-index,Desktop,Core GUI APIs...
# 5
It's impossible to add a frame to a panel ... I can't imaginewhat this means! ^_^ Instead, you can add you panel to a frame so the frame became a root-container for your class. This is ... more logical!
CanapaGa at 2007-7-10 2:04:24 > top of Java-index,Desktop,Core GUI APIs...