count++;
label.setText
(Integer.toString(count));
Timer timer = new Timer(500, listener);
timer.start();
frame.setSize(300, 100);
frame.show();
上述程序的结果是:
文章来源于领测软件测试网 https://www.ltesting.net/
发布: 2008-5-08 10:30 | 作者: 不详 | 来源: csai | 查看: 63次 | 进入软件测试论坛讨论
文章来源于领测软件测试网 https://www.ltesting.net/