向导应用程序要遵循的设计或类/组件层次结构 [英] Design or Class/Component-hierarchy to be followed for the wizard application

查看:33
本文介绍了向导应用程序要遵循的设计或类/组件层次结构的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是 Java 初学者.下面显示的是我想要实现的向导.

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...

我尝试使用 Netbeans 使用教程 (http://platform.netbeans.org/tutorials/nbm-wizard.html).这里的解释是关于创建在 Netbeans 中运行的 Netbeans 对话框向导.但我正在寻找的是如何制作一个显示为向导的独立应用程序(类似于某些安装程序).

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?

推荐答案

你可以试试看

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

个人没用过.

我认为 SwingX(Swing-Labs)项目也有一个

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

这篇关于向导应用程序要遵循的设计或类/组件层次结构的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆