简体   繁体   English

向导应用程序应遵循的设计或类/组件层次结构

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

I'm Java Begginner. 我是Java初学者。 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 ). 我尝试使用Netbeans通过教程( http://platform.netbeans.org/tutorials/nbm-wizard.html )创建向导模块。 Here explaination is about creating Netbeans Dialoug wizards, which run in Netbeans. 这里的解释是关于创建在Netbeans中运行的Netbeans Dialoug向导的。 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.) (在Internet上找到了一些库,但是由于文档不正确,所以不确定如何使用它们。)

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 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 我认为SwingX(Swing-Labs)项目也有一个

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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