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 137370 - 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: Output Window (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: t_h
URL: http://statistics.netbeans.org/except...
Keywords:
: 114075 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-06-16 23:43 UTC by thealchemist
Modified: 2008-12-22 11:38 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 5004


Attachments
stacktrace (2.48 KB, text/plain)
2008-06-16 23:43 UTC, thealchemist
Details
stacktrace (2.48 KB, text/plain)
2008-06-17 00:22 UTC, thealchemist
Details
stacktrace (2.48 KB, text/plain)
2008-08-20 06:21 UTC, mkroll
Details

Note You need to log in before you can comment on or make changes to this bug.
Description thealchemist 2008-06-16 23:43:43 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments:
Comment 1 thealchemist 2008-06-16 23:43:53 UTC
Created attachment 62896 [details]
stacktrace
Comment 2 thealchemist 2008-06-17 00:22:20 UTC
Created attachment 62897 [details]
stacktrace
Comment 3 mkroll 2008-08-20 06:20:56 UTC
Build: NetBeans IDE Dev (Build 200808170243)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows XP, 5.1, x86

User Comments: 
Try to build a VWP....

Stacktrace: 
java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
        at java.awt.Component.getLocationOnScreen_NoTreeLock(Component.java:1828)
        at java.awt.Component.getLocationOnScreen(Component.java:1802)
        at javax.swing.JPopupMenu.show(JPopupMenu.java:893)
        at org.netbeans.core.output2.Controller.postPopupMenu(Controller.java:918)
        at org.netbeans.core.output2.OutputWindow.postPopupMenu(OutputWindow.java:281)
        at org.netbeans.core.output2.OutputTab.postPopupMenu(OutputTab.java:176)
Comment 4 mkroll 2008-08-20 06:21:12 UTC
Created attachment 67914 [details]
stacktrace
Comment 5 Exceptions Reporter 2008-09-05 10:00:26 UTC
This issue has already 50 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=5004
Comment 6 t_h 2008-09-05 11:07:21 UTC
892ff2b54020
Comment 7 Quality Engineering 2008-09-11 17:34:02 UTC
Integrated into 'main-golden', will be available in build *200809111401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/892ff2b54020
User: Tomas Holy <t_h@netbeans.org>
Log: #137370: java.awt.IllegalComponentStateException: component must be showing on the screen to determine its location
Comment 8 Exceptions Reporter 2008-10-20 19:18:08 UTC
Reopening - reproduced in NetBeans IDE Dev (Build 200810171401)
http://statistics.netbeans.org/exceptions/detail.do?id=131125
Comment 9 Exceptions Reporter 2008-10-20 19:25:21 UTC
Reopening - reproduced in NetBeans IDE Dev (Build 200810171401)
http://statistics.netbeans.org/exceptions/detail.do?id=131128
Comment 10 t_h 2008-10-22 09:56:05 UTC
It was reopened due to exception in org.netbeans.modules.mobility.svgcore.composer.ScreenManager. Exception reporter
wrongly evaluated stacktrace => closing
Comment 11 t_h 2008-11-10 14:36:01 UTC
*** Issue 114075 has been marked as a duplicate of this issue. ***