set title to JFrame

前端 未结 3 618
一生所求
一生所求 2021-01-14 02:47

I am new to Java. My problem is that I have a class names MyClassExp. I have extended it from JFrame. Inside the class, I initiate an object of another class named TabbedFra

3条回答
  •  北恋
    北恋 (楼主)
    2021-01-14 03:44

    - Inside the MyClassExp class's constructor use this.setTitle(String title) method.

提交回复
热议问题