class EventHandle extends Frame implements
ActionListener{
textField.setBounds(60,50,170,20);
Button
button = new Button("Quote");
button.setBounds(90,140,75,40);
button.addActionListener(this);
public
void actionPerformed(ActionEvent e){
textField.setText("Keep
Learning");
0 comments:
Post a Comment