将 NetBeans CRUD 自动代码添加到现有项目

发布于 2024-09-30 09:48:58 字数 192 浏览 0 评论 0原文

我有一个 Java 项目,已经基本完成,只是我需要再制作几个 CRUD 框架。现在,最简单的方法是通过 NetBeans 自动编码,只需单击几下即可。当我创建新项目时 NetBeans 为我提供该选项时,我知道如何执行此操作,但我不知道如何将 CRUD 框架添加到现有项目中。

那么,有没有办法将 CRUD 框架添加到 NetBeans 中的现有项目中?

I have a project in Java that is pretty much done, except I need to make just a couple of more CRUD frames. Now the easiest way to do this would be through the NetBeans auto-code with a couple of clicks. I know how to do this when NetBeans gives me that option WHEN I MAKE A NEW PROJECT, but I don't know how to add CRUD frames to an existing one.

So, is there a way to add CRUD frames to an existing project in NetBeans?

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

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

发布评论

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

评论(1

も星光 2024-10-07 09:48:58

是的,有办法。

alt text

  1. 通过右键单击包节点或“文件”菜单来启动“新建文件”向导。
  2. 从文件类型列表中选择“Swing GUI 表单”类别和“主/详细信息示例表单”文件类型
  3. 现在,您将遵循相同的 CRUD 表单创建向导

图沙尔乔希,那格浦尔

Yes, there is a way.

alt text

  1. Start New File wizard, either by right clicking on the package node or File menu.
  2. Choose "Swing GUI Forms" category and "Master/Detail sample Form" File type from the file types list
  3. Now you will be following the same CRUD form creation wizard

with regards
Tushar Joshi, Nagpur

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