# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: core/src/org/netbeans/core/NonGui.java --- core/src/org/netbeans/core/NonGui.java Base (1.135) +++ core/src/org/netbeans/core/NonGui.java Locally Modified (Based On 1.135) @@ -159,7 +159,7 @@ // I.e. main window + current workspace components. // Access winsys from AWT thread only. In this case main thread wouldn't harm, just to be kosher. - SwingUtilities.invokeLater(new Runnable() { + EventQueue.invokeLater(new Runnable() { public void run() { StartLog.logProgress("Window system initialization");