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.

Bug 223420

Summary: NullPointerException at sun.awt.SunToolkit.getWindowDeactivationTime
Product: platform Reporter: lehel
Component: JDK ProblemsAssignee: Antonin Nebuzelsky <anebuzelsky>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 196201
Attachments: stacktrace

Description lehel 2012-12-06 15:23:31 UTC
Build: NetBeans IDE Dev (Build 201212060001)
VM: Java HotSpot(TM) Client VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-ea-b16
OS: Windows XP

User Comments:
lehel: i just killed the javaw from taskmanager and then I started Netbeans




Stacktrace: 
java.lang.NullPointerException
   at sun.awt.SunToolkit.getWindowDeactivationTime(SunToolkit.java:1887)
   at com.sun.java.swing.plaf.windows.WindowsRootPaneUI$AltProcessor.altReleased(WindowsRootPaneUI.java:139)
   at com.sun.java.swing.plaf.windows.WindowsRootPaneUI$AltProcessor.postProcessKeyEvent(WindowsRootPaneUI.java:178)
   at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:772)
   at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:1027)
   at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:899)
Comment 1 lehel 2012-12-06 15:23:33 UTC
Created attachment 128984 [details]
stacktrace
Comment 2 Marian Mirilovic 2012-12-06 21:44:54 UTC
Another JDK bug, I guess ...
Comment 3 Stanislav Aubrecht 2012-12-07 10:25:13 UTC

*** This bug has been marked as a duplicate of bug 222890 ***