jview
Class TimerDrivenProgressMonitor.Show

java.lang.Object
  extended by 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.


Constructor Summary
TimerDrivenProgressMonitor.Show()
           
 
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
 

Constructor Detail

TimerDrivenProgressMonitor.Show

public TimerDrivenProgressMonitor.Show()
Method Detail

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.