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 165510 - Access to AWT hierarchy from non-AWT thread
Summary: Access to AWT hierarchy from non-AWT thread
Status: RESOLVED WORKSFORME
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Ondrej Vrabec
URL:
Keywords: THREAD
Depends on:
Blocks:
 
Reported: 2009-05-19 15:27 UTC by Marian Petras
Modified: 2012-04-24 14:56 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 Marian Petras 2009-05-19 15:27:53 UTC
Method ExportDiffPanel.setupModels() is correctly called from a non-AWT thread. The problem is that it manipulates with
UI components without posting these modifications to the AWT thread.
Comment 1 Ondrej Vrabec 2012-04-24 14:56:14 UTC
i cannot find the method, probably refactored or the panel was completely rewritten.