Link to home
Start Free TrialLog in
Avatar of samjav
samjavFlag for Jordan

asked on

Applet Problem?

Hi All,
I have an applet that when pressing on a button in it i call another applet using:
myApplet.getAppletContext().showDocument(URL url, String target) method.
The problem is when i open the second applet in a new window and try to maximize this window all the components inside it apprear not in the correct locations as supposed to be, so i need to refresh to get to the correct dispplay!
How can i call this applet using the showDocument method in a new window that already maximized?
Any comment will be very helpful..
thanx in advance..
samjav
ASKER CERTIFIED SOLUTION
Avatar of Venci75
Venci75

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of heyhey_
heyhey_

> all the components inside it apprear not in the correct locations as supposed to be

fix your applet code :)
how about fixing the layouts?
and adding to these layouts the desired components.
sounds like you have not packed the components of your 2nd applet, agree with heyhey check 2nd applet code