如何使用“界面生成器”构建跨 IDE java GUI?
在开发人员使用不同 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我看到两种解决方案:
I see 2 solutions: