EventQueue
with the specified one. Any pending events are transferred to the new EventQueue
for processing by it.
@param newEventQueue an EventQueue
(or subclass thereof) instance to be use
@see java.awt.EventQueue#pop
@throws NullPointerException if newEventQueue
is null
@since 1.2
|
|