传输整个 netbeans GUI 项目
好吧,对于家庭作业,我必须使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Netbeans GUI 设计器使用:
Netbeans 将它们单独保留为库(请参阅 Netbeans 的项目视图中的库项)。 Netbeans 库可以在以下位置查看:
为了运行您的应用程序,您需要提供“appframework”和“swing-worker”jar 文件,以便可以将它们按顺序添加到类路径中运行应用程序。
Netbeans GUI Designer uses the:
Netbeans keeps those separate as libraries (see the Libraries Item in the Projects view of Netbeans). Netbeans Libraries can be viewed under:
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.