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 62028 - Add Manage platform button to Module Suite Wizard
Summary: Add Manage platform button to Module Suite Wizard
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-08-10 11:40 UTC by pzajac
Modified: 2005-09-05 09:51 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2005-08-10 11:40:16 UTC
It will be nice to add *Manage Platforms..." button to Modules Suite Wizard. The
Modules Suite project  has it in its project customizer. The NetBeans Platform
manager is modal dialog. So it doesn't seem be difficult to implement it.
Comment 1 Jesse Glick 2005-08-10 17:08:07 UTC
Possible. Also in standalone module wizard.
Comment 2 Martin Krauskopf 2005-08-29 20:28:03 UTC
Ok, should be easy. I'll update the spec (add "_M_anage button) and implement it
until feature freeze.
Comment 3 Martin Krauskopf 2005-08-29 21:19:31 UTC
Implemented.

Checking in ui/wizard/BasicInfoVisualPanel.form; 1.12 --> 1.13
Checking in ui/wizard/BasicInfoVisualPanel.java; 1.28 --> 1.29
Checking in ui/wizard/Bundle.properties; 1.19 --> 1.20
Checking in ui/wizard/PlatformSelectionVisualPanel.form; 1.2 --> 1.3
Checking in ui/wizard/PlatformSelectionVisualPanel.java; 1.5 --> 1.6
Comment 4 pzajac 2005-09-05 09:15:21 UTC
v