jdk/src/share/classes/sun/awt/SunToolkit.java
changeset 18231 2948d734293d
parent 18202 e9a6d59491ab
child 18247 7a7c8e3b3917
--- a/jdk/src/share/classes/sun/awt/SunToolkit.java	Mon Apr 15 14:11:32 2013 +0400
+++ b/jdk/src/share/classes/sun/awt/SunToolkit.java	Tue Apr 16 21:19:02 2013 +0400
@@ -97,6 +97,14 @@
      */
     public final static int MAX_BUTTONS_SUPPORTED = 20;
 
+    /**
+     * Creates and initializes EventQueue instance for the specified
+     * AppContext.
+     * Note that event queue must be created from createNewAppContext()
+     * only in order to ensure that EventQueue constructor obtains
+     * the correct AppContext.
+     * @param appContext AppContext to associate with the event queue
+     */
     private static void initEQ(AppContext appContext) {
         EventQueue eventQueue;