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 42802 - IllegalStateException in Output Window
Summary: IllegalStateException in Output Window
Status: CLOSED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jan Stola
URL:
Keywords: THREAD
: 42115 42546 49538 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-05-05 08:50 UTC by Jaromir Uhrik
Modified: 2006-03-24 10:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Content of Output Window (1.36 KB, text/plain)
2004-05-05 08:51 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2004-05-05 08:50:29 UTC
[200405041800; j2sdk1.4.2_03]
I create j2se project with Main class and MyFrame
class. In main method of Main class I just write
code 'new MyFrame().show();'. Then I run it and
close MyFrame - nothing strange is contained in
the frame, just buttons. Sometimes when I close
the window the java.lang.IllegalStateException
appears in the output window. I am not able to
reliably reproduce.
Comment 1 Jaromir Uhrik 2004-05-05 08:51:51 UTC
Created attachment 14706 [details]
Content of Output Window
Comment 2 Jiri Rechtacek 2004-05-05 08:56:50 UTC
IllegalStateExceptio is thrown if the action's state (its visibility)
is changed outside of EventQueue. You have to replan firing this
change to EQ in form module. See fix of issue 41500.
Comment 3 Jan Stola 2004-05-11 15:21:15 UTC
Fixed - the corresponding code is executed in Event-Dispatch Thread 
by now.
Comment 4 Jan Stola 2004-05-11 15:33:10 UTC
*** Issue 42546 has been marked as a duplicate of this issue. ***
Comment 5 Jaromir Uhrik 2004-08-17 11:46:33 UTC
I haven't seen this issue for a long time - Verified.
Comment 6 Jan Stola 2004-09-02 12:57:58 UTC
*** Issue 42115 has been marked as a duplicate of this issue. ***
Comment 7 Jan Stola 2004-10-07 11:50:20 UTC
*** Issue 49538 has been marked as a duplicate of this issue. ***