| gauge.NonInteractiveGaugeRunnable
NonInteractiveGaugeRunnable | public class NonInteractiveGaugeRunnable extends Gauge implements Runnable(Code) | | This class implements a non-interactive gauge control
that moves automatically, between the min and max values.
version: 2.0 |
Method Summary | |
public void | run() This method moves the gauge left and right. | void | setDone() |
NonInteractiveGaugeRunnable | public NonInteractiveGaugeRunnable(String label, int maxValue, int initialValue)(Code) | | The constructor initializes the gauge.
|
run | public void run()(Code) | | This method moves the gauge left and right.
|
|
|