Hello, I'm currently working on a school project and I'm using a program called JFormDesigner to create GUI forms because I don't like to manually resize each button in the compiler to my desired size. The entire form was edited with JFormDesigner and it saves as .jfd file. I couldn't see a guide about this program where I can implement it to the java compiler so I can try to run it and preview the GUI. If there's somehow a way to put it to NetBeans or a complete tutorial on how to, I would really appreciate it.
(I'm also entirely new to JFrame so I would also appreciate some lectures if necessary.)