用java swing做出来的窗体怎么去掉左上角的标志

2024-12-21 06:38:13
推荐回答(1个)
回答1:

如果是Jframe
就是JFrame.setIconImage(new ImageIcon("URL"));
frame 就把J去掉