views:

25

answers:

1

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
Great!!! Thanks.
Dmitriy