:: 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
void
start();

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

Description
stops the animation of the control.
Top of Page