This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 116891
Collapse All | Expand All

(-)core/src/org/netbeans/core/NonGui.java (-1 / +1 lines)
Lines 159-165 Link Here
159
        // I.e. main window + current workspace components.
159
        // I.e. main window + current workspace components.
160
160
161
        // Access winsys from AWT thread only. In this case main thread wouldn't harm, just to be kosher.
161
        // Access winsys from AWT thread only. In this case main thread wouldn't harm, just to be kosher.
162
        SwingUtilities.invokeLater(new Runnable() {
162
        EventQueue.invokeLater(new Runnable() {
163
163
164
                                       public void run() {
164
                                       public void run() {
165
                                           StartLog.logProgress("Window system initialization");
165
                                           StartLog.logProgress("Window system initialization");

Return to bug 116891