Normal
[code=Java]//.......public void actionPerformed(ActionEvent ae){ if(ae.getSource() == button){ textfield.setText(""); }}[/code]?!
[code=Java]
//.......
public void actionPerformed(ActionEvent ae){
if(ae.getSource() == button){
textfield.setText("");
}
}[/code]
?!