Importing Eclipse-generated GUI forms in to Intell

2019-09-01 09:35发布

问题:

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.