> there is a kinda refresh which happens and that totally
> damages the display of the applet 

Hi Guillaume,

This is happening because the browser is scrolling the applet.
The solution is to eliminate the browser scrolling, and instead
have the applet scroll itself. 

To accomplish this, add your buttons and text fields to a JScrollPane, and
then add the JScrollPane to the applet. This will make it possible for the
user of your applet to scroll the buttons and text fields, without relying
on the browser. In your HTML, you can then make the browser display a
smaller size applet that fits on one screen. 

Cheers,

Joel

_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to