Hello, I have looked thru all my java books looking for an answer to my problem, but I'am not not able to find a solution. So, I thought I ask the group. I hava a class A that extends Frame and contains the main() method. In this class I have several Button components with an action listener on each button. myButton.addActionListener(new myhandler()) ; In my handler I extend Frame and implement ActionListener. In the method actionPerformed() I set several componets and then do a setVisible(). But nothing happens. What am I missing? TIA. Wayne ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]