Auf Thema antworten

[code=Java]

//.......

public void actionPerformed(ActionEvent ae){

    if(ae.getSource() == button){

       textfield.setText("");

     }

}[/code]


?!



Oben