I'm create simple gui form with one button in IntelliJ IDEA 9. Class wich was created with form is not JFrame or any another swing class. How i can call my form in my source code?
A:
Simply go into the class associated with your form, press alt + insert and choose "Form main()".
Resources :
Colin Hebert
2010-10-10 08:39:48
Great!!! Thanks.
Dmitriy
2010-10-10 09:48:33