Ever-Helping ranchers,
I'm facing a simple challenge in applet.
I'm writing an applet application consider some navigation aid in applet.
When I'm minimizing or maximimizing the applet, resizing i.e size of the navigation-aid does not change when I maximimize the applet.
How can I avail that ?
Any opinions?
Regards
ramya narayanan
Ranch Hand
Joined: Oct 06, 2008
Posts: 338
posted
0
Any replies?
Regards
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35220
7
posted
0
What do you mean by "maximize the applet"? Applets are fixed in size, so they don't respond to changes in the size of the web page they're embedded in.
If you mean that the applet pops open a window, and that the GUI elements in the window don't respond to resizing the window, then I suggest to read up on how to lay out GUI components; the Sun Java Tutorial talks about that at length.