Importing Eclipse-generated GUI forms in to IntelliJ

∥☆過路亽.° 提交于 2019-12-25 02:44:41

问题


I have a Java GUI application (Swing) that I built using Eclipse's designer. Most forms use Group layout, with the layouts/controls stuff written directly in the class constructor.

I have downloaded IntelliJ for evaluation, and succesfully imported my eclipse .project files and see them as modules in IntelliJ

Is there a way to get IntelliJ to understand this file and use its GUI designer? Right now, my form classes appear just as regular source code files.


回答1:


There is no support for what you want to do automatically.



来源:https://stackoverflow.com/questions/24119743/importing-eclipse-generated-gui-forms-in-to-intellij

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!