applet call applet?

i hav one applet which creates an instance of another and uses it. it seems to work fine as long as i dont call the paint method for my second applet in my first applet, but i hav not done much, and dont wanna waste my time. is this reasonable, or will it eventually lead to errors?
[289 byte] By [stephensk8sa] at [2007-11-27 3:23:57]
# 1
If I understood you correctly (which I don't think I did), then yes, that sounds reasonable.
CaptainMorgan08a at 2007-7-12 8:26:44 > top of Java-index,Other Topics,Java Game Development...
# 2

haha thank you. just in case u didnt get it the first time tho..

i hav no init() method in the applet being called

i hav no paint method in the applet being called

i am storing images and a couple methods which switch aroundvariables in the applet being called

the applet being called has an extra constructor

thats all and i dont want it to bring up an extra window or stop my program.

Message was edited by:

stephensk8s

stephensk8sa at 2007-7-12 8:26:44 > top of Java-index,Other Topics,Java Game Development...