Changing the JFrame title

前端 未结 4 498
终归单人心
终归单人心 2020-12-03 15:19

This code compiles, I just can\'t get the name to change on the title bar.

import java.awt.BorderLayout;
import java.awt.event.ActionEvent;  
import java.awt         


        
4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-03 15:36

    these methods can help setTitle("your new title"); or super("your new title");

提交回复
热议问题