如何用 Java 创建 GUI?
我正在使用 Java,我一直在寻找制作我的程序并将其在线上传的方法,但我不知道如何将我的代码放入图形用户界面中。我想将它们全部打包在一起,以便用户只需单击一个图标即可运行它,而无需编译。
如何为 Java 程序创建图形用户界面并在线分发这些程序?
I'm using Java and I have been always looking for ways to make my program and upload it online but I don't know how to put my code in a graphical user interface. I want to package it all together so that users can just click on an icon to run it without having to compile.
How do I create graphical user interfaces for Java programs and distribute those programs online?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
学习 Java Swing
http://download.oracle.com/javase/tutorial/uiswing/
了解 Java Webstart
http://www.java.com/en/download/faq/java_webstart.xml
使用用于创建 GUI(或其他 IDE)的 Netbeans
http://netbeans.org/kb/articles/javase-deploy.html
Learn Java Swing
http://download.oracle.com/javase/tutorial/uiswing/
Learn about Java Webstart
http://www.java.com/en/download/faq/java_webstart.xml
Use Netbeans for creating your GUI (or another IDE)
http://netbeans.org/kb/articles/javase-deploy.html
这取决于在 Java 中创建 GUI 的方法有多种。
可以单独分发 jar 文件。如果您的意思是从 jar 中创建 exe,请查看 Jar2Exe
It depends as there are several ways to create GUIs in Java.
The jar file alone can be distributed. If you mean creating an exe out of a jar, take a look at Jar2Exe