I have a Java Project for a class. Therefore, I decided to use the designer in Inltellij-Idea to help me quickly and quickly get forms and windows, and more time to develop the application.
The problem I am facing is that the teacher uses Eclipse, so I thought that at the end of development, I could export the Intellij-Idea project (UI and Classes) so that it works on Eclipse.
I have no problem exporting classes, but what about .form files? how can I refer to them in my code so that the eclipse project can be buildable?
java eclipse intellij-idea
Abderrahmane TAHRI JOUTI
source share