设置应用图标
摘要:JFrame f = new JFrame("Calc"); Calc calc1 = new Calc(); calc1.init(); f.getContentPane().add("Center",calc1); f.setVisible(true); f.setIconImage(f.getToolkit().getImage("D:\\孟玲芝\\JAVA\\com\\swing...
阅读全文
posted @
2006-12-07 18:17
一般一般
阅读(237)
推荐(0)