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

微笑、不失礼 提交于 2020-01-24 20:43:45

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/10933968/design-or-class-component-hierarchy-to-be-followed-for-the-wizard-application

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!