Force browser to change Applet size?

hi there,

with setSize(x_value,y_value); I can force the Applet-viewer to change the it’s size. Is the same somehow possible if the applet is embedded in a website - without reloading the it?

I don’t think it is possible without using Live Connect. You would be hard pressed to find someone with it installed.

Why do you want to change it anyway, if you know what size you want, just code it into the applet tags.

I just was curious. It somehow would be cool, though you could destroy a side layout with that tough.

Check out the following website. It might point to something that can do this.

http://www.devx.com/tips/Tip/14669