How to use GUI form created in IntelliJ IDEA

前端 未结 2 1501
梦毁少年i
梦毁少年i 2021-02-01 02:59

I\'m creating a simple GUI form with one button in IntelliJ IDEA 9. The class which was created with the form is not JFrame or any other swing class. How I can call my form in m

2条回答
  •  故里飘歌
    2021-02-01 03:09

    Simply go into the class associated with your form, press alt + insert and choose "Form main()".


    Resources :

    • GUI Designer Basics

提交回复
热议问题