Link to home
Start Free TrialLog in
Avatar of sniles
sniles

asked on

Cause Applet to resize itself (in response to page resize) under Netscape?

Is it possible to cause the Applet to resize itself (in response to page resize) under Netscape?
ASKER CERTIFIED SOLUTION
Avatar of shaveri
shaveri

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 sniles
sniles

ASKER

Thanks! That's just what I needed.
Avatar of sniles

ASKER

Actually, it looks like there's a problem with this. When I implement it, it does seem to work when I resize the applet *smaller* on Netscape, but when I resize it larger, the original footprint in the page for the Java client *does not* expand. So what happens is that as I resize my applet wider and taller, the elements on the right and bottom edge of my applet are clipped from view.

Is there any way around this (other than the rewrite-the-page approach mentioned in the article?

Thanks,
Avatar of sniles

ASKER

Actually, it looks like there's a problem with this. When I implement it, it does seem to work when I resize the applet *smaller* on Netscape, but when I resize it larger, the original footprint in the page for the Java client *does not* expand. So what happens is that as I resize my applet wider and taller, the elements on the right and bottom edge of my applet are clipped from view.

Is there any way around this (other than the rewrite-the-page approach mentioned in the article?

Thanks,
Avatar of sniles

ASKER

Oops.  Nevermind. I found what was causing this.  It works as advertised now.