HI,
I want to add a JFrame to JApplet, but it is giving me a exception IIlegalArgumentException: window is added to a container... can someone help me?
Thanks in advance..
Printable View
HI,
I want to add a JFrame to JApplet, but it is giving me a exception IIlegalArgumentException: window is added to a container... can someone help me?
Thanks in advance..
Why u want to do that?
In such cases I normally create the whole UI in a JPanel. And then I can add it in JFrame as well as JApplet.
- UnicMan
http://members.tripod.com/unicman