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 141942 - Swing API invoked from non AWT thread
Summary: Swing API invoked from non AWT thread
Status: RESOLVED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Tomas Stupka
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2008-07-28 20:06 UTC by mslama
Modified: 2014-07-30 14:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mslama 2008-07-28 20:06:08 UTC
DefaultProjectOperationsImplementation contain invocation of Dialog.setVisible and Dialog.dispose from non AWT thread. I
recommend to call this from AWT thread (in this case it delegates to NbPresenter which uses invokeAndWait. But it can be
dangerous too.
Comment 1 Martin Kozeny 2014-07-30 14:35:53 UTC
As I can see now is all invocation Dialog.setVisible in DefaultProjectOperationsImplementation in EDT thread. Closing as INVALID.