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 27504 - IllegalStateExc when closing dialog
Summary: IllegalStateExc when closing dialog
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2002-09-23 13:31 UTC by Milan Kubec
Modified: 2008-12-22 20:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exc stack trace (2.21 KB, text/plain)
2002-09-23 13:34 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2002-09-23 13:31:07 UTC
I closed dialog for selecting Main Project
Executable (Execution Startup) by 'x' on window
frame (provided by window manager) and
IllegalStateException was thrown. Happened on
projects prototype build 20020922-0824.
Comment 1 Milan Kubec 2002-09-23 13:34:38 UTC
Created attachment 7476 [details]
exc stack trace
Comment 2 Marian Mirilovic 2002-10-11 15:22:55 UTC
reassigne to Marek S. (NbPresenter) feel free to reassigne
Comment 3 mslama 2002-10-24 15:39:39 UTC
What JDK do you use? There is sun.awt.im.InputContext. I have no idea
where this class comes from and what does this exception mean in this
context. Maybe better to file this issue to bugtraq.
java.awt.Window.dispose() does not say any limitation in javadoc and
dispose is called from AWT thread as it should. Will you file it to
bugtraq? AWT team could provide us with some hint what could be wrong.
Comment 4 mslama 2002-12-05 15:14:42 UTC
No idea. Please reopen if it happens again.
Comment 5 Milan Kubec 2003-07-14 10:13:39 UTC
Verified.