简体   繁体   中英

Design or Class/Component-hierarchy to be followed for the wizard application

I'm Java Begginner. Below shown is the wizard which I want to achieve.

在此处输入图片说明

For this, Do I need to create my customized hierarchy of components ? like...

JFrame > JpanelMain. 
JpanelMain > Banner panel.
JpanelMain > LH Navigation panel.
JpanelMain > Bottom panel with buttons...

I tried using Netbeans to create wizard modules using Tutorial ( http://platform.netbeans.org/tutorials/nbm-wizard.html ). Here explaination is about creating Netbeans Dialoug wizards, which run in Netbeans. But What I'm searching is how to make a standalone application showing as wizard (similar to some installers).

Can somebody tell me, what design or implementation need to be followed?

Are there any available wizards libraries(with proper documentation) to assist in creating wizards? (Found some libraries in internet, but not sure how to use them, bec of not proper documentation.)

OR do i need to follow creating customized hierarchy of swing components? If yes, what design/implementation need to be followed?

You could try checking out

http://www.javaworld.com/javaworld/jw-04-2008/jw-04-opensourcejava-wizard-api.html

Haven't used personally.

I think the SwingX (Swing-Labs) project also has one

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM