Generated by
JDiff

Class java.awt.EventQueue

Documentation changed from old to new.

Changed Methods
void invokeAndWait(Runnable) Documentation changed from old to new.
Causes runnable to have its run() method called in the dispatch thread of the EventQueue.
void invokeLater(Runnable) Documentation changed from old to new.
Causes runnable to have its run() method called in the dispatch thread of the EventQueue.