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 - NullPointerException at sun.awt.SunToolkit.getWindowDeactivationTime
Summary: NullPointerException at sun.awt.SunToolkit.getWindowDeactivationTime
Status: RESOLVED DUPLICATE of bug 222890
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-06 15:23 UTC by lehel
Modified: 2012-12-07 10:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 196201


Attachments
stacktrace (2.21 KB, text/plain)
2012-12-06 15:23 UTC, lehel
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***