:: com :: sun :: star :: awt ::

unpublished interface XThrobber
Description
Controls the animation control.

Methods' Summary
start starts the animation of the control.  
stop stops the animation of the control.  
Methods' Details
start
[oneway] void
start();

Description
starts the animation of the control.
stop
[oneway] void
stop();

Description
stops the animation of the control.
Top of Page