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 61189

Summary: [NB Platforms dialog] Finish button disabled after selection of correct platform
Product: apisupport Reporter: pzajac <pzajac>
Component: ProjectAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED FIXED    
Severity: blocker Keywords: UI
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description pzajac 2005-07-20 16:06:24 UTC
Steps to reproduce:
1) Open NB Platforms dialog
2) Click to add new platform
3) Select correct NetBeans platform in FileChooser. 

Only "Next" button is enabled. 

The UI specs tells us :
Enable "Finish" only in case a valid platform is selected ....

There is no reason why not to enable the "Finish" button.
Comment 1 Martin Krauskopf 2005-07-21 21:22:58 UTC
Fixed.

Checking in ui/platform/PlatformChooserVisualPanel.java; 1.5 --> 1.6
Checking in ui/platform/PlatformChooserWizardPanel.java; 1.2 --> 1.3
Comment 2 pzajac 2005-07-25 12:48:48 UTC
v