创建 gui 来安装 java 应用程序的方法有哪些
我有一个java网络应用程序。 目前,该应用程序通过运行 sh 或 cmd 脚本以 cli 模式 [在 windows/linux /solaris 上] 安装。 我想为应用程序安装创建一个 GUI,以便用户可以在 gui 中编辑安装信息。
任何开发 gui 的指针/最佳实践都会有所帮助。
谢谢
I have a java web application .
Currently the application is installed in a cli mode [on windows/linux /solaris] by running sh or cmd scripts.
I would like to create a GUI for the App installation so that user can edit info in gui for the installation.
Any pointers/Best practices for developing gui would be helpful.
thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
IzPack (http://izpack.org/) 看起来很稳定并且正在积极开发。
IzPack (http://izpack.org/) is one that seems stable and actively developed.
这涵盖了它。
如何创建包含 Tomcat 和 MySQL 的 Java Web 应用程序安装程序 (.exe)?"
this covers it.
How to create Java webapp installer (.exe) that includes Tomcat and MySQL?"
看看摇摆。这是Java自带的GUI框架。
http://java.sun.com/docs/books/tutorial/uiswing/< /a>
Check out Swing. This is the GUI framework that comes with Java.
http://java.sun.com/docs/books/tutorial/uiswing/