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 205928 - Select profiling roots dialog initialized outside of EDT
Summary: Select profiling roots dialog initialized outside of EDT
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-05 12:56 UTC by Jiri Sedlacek
Modified: 2011-12-07 12:14 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 Jiri Sedlacek 2011-12-05 12:56:11 UTC
ProjectSelectRootMethodsPanel (extends JPanel) is initialized outside of EDT.
Comment 1 Jiri Sedlacek 2011-12-05 12:58:55 UTC
Fixed by http://hg.netbeans.org/profiler-main/rev/c7201fe209e3.
Comment 2 Quality Engineering 2011-12-07 12:14:27 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/c7201fe209e3
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #205928 - make sure Swing component is created in EDT