how to generate GUI from from java source code
已回答
I have a java source code file (.java) which is related to a GUI form in Eclipse.
I open the .java file in Intellij and want to generate the GUI form from it but don't know how.
请先登录再写评论。
IntelliJ IDEA has it's own Designer. It can not use use Eclipse GUI forms. To do it vise versa is possible though: https://stackoverflow.com/a/13744911/2000323.