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 23560 - Delay initialization of nodes in not visible explorers
Summary: Delay initialization of nodes in not visible explorers
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: PERFORMANCE
Depends on: 23558
Blocks: 21676
  Show dependency tree
 
Reported: 2002-05-15 18:13 UTC by Jaroslav Tulach
Modified: 2008-12-22 17:53 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 Jaroslav Tulach 2002-05-15 18:13:29 UTC
During investigating why classes are loaded at
startup I have found that Runtime tab
initialization causes load of all root's subnodes
even if the tab is not visible.

Please fix by using TopComponent.componentShowing
Comment 1 Jaroslav Tulach 2002-05-17 07:54:41 UTC
NbMainExplorer.java
new revision: 1.101; previous revision: 1.100
Comment 2 Marian Mirilovic 2005-07-12 09:03:53 UTC
closed