src/share/classes/java/awt/EventQueue.java

Print this page

        

*** 215,224 **** --- 215,227 ---- eventQueue.setFwDispatcher(dispatcher); } }); } + /** + * Initializes a new instance of {@code EventQueue}. + */ public EventQueue() { for (int i = 0; i < NUM_PRIORITIES; i++) { queues[i] = new Queue(); } /*