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 - refactor IDESettingsPanel
Summary: refactor IDESettingsPanel
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Simonek
URL:
Keywords: PERFORMANCE
Depends on:
Blocks: 28028
  Show dependency tree
 
Reported: 2002-10-30 09:32 UTC by David Simonek
Modified: 2008-12-22 18:49 UTC (History)
0 users

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 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.