Description:
|
This Java class library allows software developers to add
wizard dialogs to their applications. Although most commonly used for
installations, wizards can step users through any difficult or critical
task, such as the creation of a user account or the export of data. By
default, the appearance and behavior of the wizards follow the guidelines
set forth in the JavaTM
Look and Feel Design Guidelines: Advanced Topics. Developers may
customize their wizards by changing the colors, the fonts, the side panel,
and the button layout. The library runs on the Java 1.4 (or greater) platform and uses the icons
from the Java Look and Feel Graphics Repository, which is available here. For more information, see the FAQs, tutorial,
and API.
|