myButton.addActionListener(new ActionAdapter() { public void actionPerformed(ActionEvent ae) { JFrame Frame = new JFrame(); Frame.show(); }});