Navigation in JApplet

i have 2 Japplets StartScreen and ScreenA

"StartScreen" JApplet Contains a JPannel added to its JFrame and a " Next " button.

"ScreenA" JApplet also contains a JPannel

If i click on the "Next" button on Start Screen,Its action shuld load Screen A in the JFrame of Start Screen.

"I Just want, how we navigate between these Applets"

Help me plz..

[381 byte] By [deepak.battua] at [2007-11-26 14:43:41]
# 1
i'd have to wonder then, why make it 2 applets? why not 2 panels?
SoulTech2012a at 2007-7-8 8:31:19 > top of Java-index,Java Essentials,Java Programming...
# 2
ok 2 J pannels.But when i return object of panel2 and add it to panel1 .Its not working and also no error!!
deepak.battua at 2007-7-8 8:31:19 > top of Java-index,Java Essentials,Java Programming...