add(b1 = new Button("A button")); b1.addActionListener(this);
showStatus("Thanks for pushing my button!");