Toolkit.getSystemEventQueue

Toolkit.getSystemEventQueue

Class Overview | Class Members | This Package | All Packages

Syntax
public final EventQueue getSystemEventQueue()
Description
Get the application's or applet's EventQueue instance. Depending on the Toolkit implementation, different EventQueues may be returned for different applets. Applets should therefore not assume that the EventQueue instance returned by this method will be shared by other applets or the system.