如何使用“界面生成器”构建跨 IDE java GUI?

发布于 2024-09-08 08:32:54 字数 434 浏览 7 评论 0原文

在开发人员使用不同 IDE(例如 Eclipse 和 IntelliJ)的 Java 项目中,使用 IDE 提供的工具开发可视化组件的最佳方式是什么(“可视化编辑器项目" 和 "Swing GUI IntelliJ 的设计师”)?

如果使用 Eclipse 的开发人员需要对另一个开发人员在 IntelliJ 中编写的 GUI 进行更改(反之亦然),他将遇到相当大的困难,甚至可能使代码与构建它的原始工具不兼容。

有没有解决方案或者所有开发人员只需要使用相同的工具?

In a Java project with developers that use different IDEs, say Eclipse and IntelliJ, what's the best way of developing visual components using the tools offered by the IDEs ("Visual Editor Project" for Eclipse and "Swing GUI Designer" for IntelliJ)?

If a developer using Eclipse needs to make changes to a GUI written by another developer in IntelliJ (and vice versa) he will have quite a hard time and maybe even make the code incompatible with the original tool that built it.

Is there a solution or do all developer just need to use the same tool?

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

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

发布评论

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

评论(1

牵你手 2024-09-15 08:32:54

我看到两种解决方案:

  • 根本不使用 GUI 设计工具,手动编写 UI 代码
  • 使用适用于大多数 IDE 的插件(例如 JFormDesigner)

I see 2 solutions:

  • Don't use GUI design tools at all, code the UI code by hand
  • Use a plug-in available for most of the IDEs (such as JFormDesigner)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文