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 208961 - java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
Summary: java.awt.IllegalComponentStateException: component must be showing on the scr...
Status: RESOLVED INCOMPLETE
Alias: None
Product: platform
Classification: Unclassified
Component: JDK Problems (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-28 16:26 UTC by Kenneth Ganfield
Modified: 2012-11-06 15:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 185379


Attachments
stacktrace (2.85 KB, text/plain)
2012-02-28 16:26 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2012-02-28 16:26:18 UTC
Build: NetBeans IDE Dev (Build 201202270400)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.4-b02-402, Java(TM) SE Runtime Environment, 1.6.0_29-b11-402-10M3527
OS: Mac OS X

Stacktrace: 
java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
   at java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:1964)
   at java.awt.Component.getLocationOnScreen(Component.java:1938)
   at javax.swing.JPopupMenu.show(JPopupMenu.java:887)
   at com.apple.laf.AquaComboBoxPopup.show(AquaComboBoxPopup.java:102)
   at javax.swing.plaf.basic.BasicComboPopup.togglePopup(BasicComboPopup.java:1131)
   at javax.swing.plaf.basic.BasicComboPopup$Handler.mousePressed(BasicComboPopup.java:817)
Comment 1 Kenneth Ganfield 2012-02-28 16:26:21 UTC
Created attachment 116188 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2012-11-06 15:56:21 UTC
Please reopen if reproducible with JDK 1.7, thanks.