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 - UI components of wizard panels in Wizard.java instatiated too early
Summary: UI components of wizard panels in Wizard.java instatiated too early
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: apisupport (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: akemr
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 27795
  Show dependency tree
 
Reported: 2002-11-04 15:27 UTC by David Simonek
Modified: 2006-02-14 17:30 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 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