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 57496

Summary: Supprt Progress Page and Summary Page
Product: platform Reporter: _ sandipchitale <sandipchitale>
Component: Dialogs&WizardsAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: blocker Keywords: API, UI
Priority: P3    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description _ sandipchitale 2005-04-05 17:45:49 UTC
Java look and feel guidelines - Wizards topic is at:

http://java.sun.com/products/jlf/at/book/Wizards11.html#52171

Specifically:

Progress Page - http://java.sun.com/products/jlf/at/book/Wizards5.html#51629
Summary Page - http://java.sun.com/products/jlf/at/book/Wizards5.html#51644
Comment 1 _ sandipchitale 2005-04-15 17:55:52 UTC
My research shows that the NetBeans wizard framework only allows:

Back
Next
Finish
Cancel
Help

buttons.

Therefore it is not possible to implement:

Summary Page - http://java.sun.com/products/jlf/at/book/Wizards5.html#51644

with only Close button.