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 37603 - Update docs: How to make persistent TopComponent singletons
Summary: Update docs: How to make persistent TopComponent singletons
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-28 15:38 UTC by mslama
Modified: 2008-12-22 15:42 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mslama 2003-11-28 15:38:18 UTC
WindowManager.findTopComponent(String) must be
used to create TopComponent instance in singleton
accessor method.
Comment 1 mslama 2003-12-01 13:35:34 UTC
Fixed. Example module is also updated to use
WindowManager.findTopComponent(String).