how to generate GUI from from java source code
Answered
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.
Please sign in to leave a comment.
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.