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 28339

Summary: refactor IDESettingsPanel
Product: platform Reporter: David Simonek <dsimonek>
Component: -- Other --Assignee: David Simonek <dsimonek>
Status: RESOLVED FIXED    
Severity: blocker Keywords: PERFORMANCE
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 28028    

Description David Simonek 2002-10-30 09:32:15 UTC
to not extend JPanel *and* implement Wizard.Panel
at the same time.
Comment 1 David Simonek 2002-10-30 09:52:36 UTC
integrated in trunk - IDESettingsPanel now plays UI role only, while
newly introduced IDESettingsWizardPanel implements Wizard.Panel.