新的 GUI 屏幕构建、设计和现有遗留代码的增强

发布于 2024-11-16 13:43:34 字数 170 浏览 4 评论 0原文

当我们从头开始时,我在 IDES 或其他方式中听说过的所有 Gui Builder 都可以正常工作。

但我们有大量遗留 Java 代码,其中包含用于 UI 的自定义对话框、模型和类。是否有任何插件/工具/Ide 或任何智能东西可以通过分析现有代码来理解现有代码,并帮助我们构建新的 GUI 屏幕并为其生成代码?

All The Gui Builders I heard of in IDES or otherwise would work fine when we start from scratch .

But we have plenty of legacy Java code that has custom dialogs, models, classes for UI . Is there any plugin/tool/Ide or any smart thing that can understand the existing code by analysing it and help us build new GUI Screens and generate code for the same?

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

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

发布评论

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

评论(1

王权女流氓 2024-11-23 13:43:34

您可以尝试 WindowBuilderPro
它是一个免费的 Eclipse 插件。
您可以使用“打开方式...”对话框打开扩展 JFrame 或 JPanel 的现有类。

另一个非常有用的工具是JFormDesigner。您可以将它与 Eclipse、JBuilder 或 IntelliJ 插件一起使用,但它们也提供独立版本。
但我不确定 JFormDesigner 是否提供逆向工程,因为我只尝试了 20 天的评估副本。

You could try WindowBuilderPro.
It comes as a free Eclipse plugin.
You can open existing classes which extend JFrame or JPanel by using the "Open with..." dialog.

Another pretty useful tool is the JFormDesigner. You can use it with Eclipse, JBuilder or IntelliJ plugin, but they also offer a standalone version as well.
But I'm not sure if the JFormDesigner provides reverse engineering because I only tried the 20-days evaluation copy.

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