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 28446

Summary: UI components of wizard panels in Wizard.java instatiated too early
Product: obsolete Reporter: David Simonek <dsimonek>
Component: apisupportAssignee: akemr <akemr>
Status: VERIFIED FIXED    
Severity: blocker Keywords: PERFORMANCE
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 27795    

Description David Simonek 2002-11-04 15:27:34 UTC
Subclasses of Wizard.WizardPanel abstract class
(inner classes of
org\netbeans\modules\apisupport\lite\Wizard.java)
instantiates their UI panels too early, in
constructors.
UI panels should be constructed lazily, in
getComponent(),
see details at
http://performance.netbeans.org/howto/dialogs/wizard-panels.html.

Easy to fix, P2 justification - performance is top
priority.
Comment 1 akemr 2002-11-11 08:27:30 UTC
Fixed in trunk
Comment 2 Marian Mirilovic 2005-07-15 07:49:10 UTC
closed