Name: skT88420 Date: 01/05/2000
java version "1.3beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3beta-O)
Java(TM) HotSpot Client VM (build 1.3beta-O, mixed mode)
The javadoc API documentation for javax.swing.Timer
should mention somewhere that it runs on the
EventDispatch thread. This is required because if
the programmer puts a long-running task in the queue
the UI will suffer. It would probably be a good idea
to add a "see also java.util.Timer".
(Review ID: 99644)
======================================================================