jview
Class TimerDrivenProgressMonitor.Show
java.lang.Object
jview.TimerDrivenProgressMonitor.Show
- Enclosing class:
- TimerDrivenProgressMonitor
public static final class TimerDrivenProgressMonitor.Show
- extends Object
Test class. Pops up a progress monitor for the specified milliseconds.
|
Method Summary |
static void |
main(String[] arg)
The first argument is the time in milliseconds. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimerDrivenProgressMonitor.Show
public TimerDrivenProgressMonitor.Show()
main
public static void main(String[] arg)
- The first argument is the time in milliseconds. If a second argument
is given, it is the initial delay. After a random wait period, the
timer is set to a new value.