ActionListener drawClock = new ActionListener(){
public void actionPerformed(ActionEvent evt){
repaint();
}
}这里的evt和repaint各是什么意思呢?
大咪
相关分类