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 - Supprt Progress Page and Summary Page
Summary: Supprt Progress Page and Summary Page
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: API, UI
Depends on:
Blocks:
 
Reported: 2005-04-05 17:45 UTC by _ sandipchitale
Modified: 2010-10-07 10:39 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 _ 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.