修改JAVA应用程序窗口上的咖啡杯图标

Jframe f=new JFrame();
Toolkit t=f.getToolkit();
Image topicon=t.getImage("图片地址");
f.setIconImage(topicon);

猜你喜欢

转载自blog.csdn.net/weixin_43732022/article/details/106980849