传输整个 netbeans GUI 项目

发布于 2024-10-30 17:55:51 字数 244 浏览 3 评论 0原文

好吧,对于家庭作业,我必须使用 java swing 制作一个简单的应用程序。我使用 netbeans GUI 构建器来完成此操作,并且运行良好。然而,当我压缩整个文件夹(Documents\NetBeansProjects\Lesson 7)时,我的教授抱怨说他没有所有文件。还有什么其他文件?我正在压缩整个文件夹,其中包括 build、nbproject、src、test、build.xml 和 manifest.mf。还有什么我需要拉紧的吗,还是我的教授做错了什么?

Alright, so for a homework assignment I had to make a simple application with java swing. I used the netbeans GUI builder to do it and it works fine. However, when I zip up the entire folder (Documents\NetBeansProjects\Lesson 7) my professor complains that he doesn't have all the files. What other files could there be? I'm zipping up the whole folder that includes build, nbproject, src, test, build.xml, and manifest.mf. Is there anything else I need to zip up, or is my professor doing something wrong?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

飘然心甜 2024-11-06 17:55:52

Netbeans GUI 设计器使用:

Swing 应用程序框架 (JSR-296)

Netbeans 将它们单独保留为库(请参阅 Netbeans 的项目视图中的项)。 Netbeans 库可以在以下位置查看:

工具 -->图书馆

为了运行您的应用程序,您需要提供“appframework”和“swing-worker”jar 文件,以便可以将它们按顺序添加到类路径中运行应用程序。

Netbeans GUI Designer uses the:

Swing Application Framework (JSR-296)

Netbeans keeps those separate as libraries (see the Libraries Item in the Projects view of Netbeans). Netbeans Libraries can be viewed under:

Tools --> Libraries

In order to run your application, you will need to supply the 'appframework' and 'swing-worker' jar files so that they can be added to the classpath in order to run the application.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文