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 220298 - 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 FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-17 15:20 UTC by Petr Cyhelsky
Modified: 2012-10-18 16:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 193672


Attachments
stacktrace (2.85 KB, text/plain)
2012-10-17 15:20 UTC, Petr Cyhelsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Cyhelsky 2012-10-17 15:20:49 UTC
Build: NetBeans IDE Dev (Build 201210080002)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.2-b09, Java(TM) SE Runtime Environment, 1.7.0_06-b22
OS: Linux

User Comments:
cyhelsky: resizing ide




Stacktrace: 
java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
   at java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:2044)
   at java.awt.Component.getLocationOnScreen(Component.java:2018)
   at org.openide.awt.ToolbarWithOverflow$2.eventDispatched(ToolbarWithOverflow.java:160)
   at java.awt.Toolkit$SelectiveAWTEventListener.eventDispatched(Toolkit.java:2430)
   at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2322)
   at java.awt.Toolkit$ToolkitEventMulticaster.eventDispatched(Toolkit.java:2321)
Comment 1 Petr Cyhelsky 2012-10-17 15:20:52 UTC
Created attachment 126093 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2012-10-18 16:28:47 UTC
This should be fixed by http://hg.netbeans.org/core-main/rev/181ec8a57c01. Please try with latest build and reopen if it still happens for you. Thank you