简体   繁体   English

从VisualAge for Java迁移到Eclipse

[英]Migrating from VisualAge for Java to Eclipse

Currently, we are using IBM VisualAge for Java to program Swing classes for our legacy system. 当前,我们正在使用IBM VisualAge for Java来为旧系统编程Swing类。 We plan on migrating to Eclipse, but I cannot find a simple way how to. 我们计划迁移到Eclipse,但是我找不到简单的方法。 Is there any tool to migrate the VisualAge Java classes repository (.dat file) and visual composition of Swing classes to Eclipse? 有没有什么工具可以将VisualAge Java类存储库(.dat文件)和Swing类的可视组成迁移到Eclipse?

Eclipse includes the WindowBuilder tool that is pretty good at reading existing UI code and providing a nice "visual" edit mode for it. Eclipse包含WindowBuilder工具,该工具非常擅长读取现有的UI代码并为其提供了一种不错的“可视”编辑模式。 The latest Eclipse IDE for Java Developers package includes WindowBuilder; 最新的Eclipse IDE for Java Developers软件包包括WindowBuilder。 it can also be installed into any of the other packages via Help > Install New Software . 也可以通过“ 帮助”>“安装新软件”将其安装到任何其他软件包中。

You can learn all about WindowBuilder at http://www.eclipse.org/windowbuilder/ 您可以在http://www.eclipse.org/windowbuilder/上了解有关WindowBuilder的所有信息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM