button.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent event) { JOptionPane.showMessageDialog(ButtonPanel.this, "你好啊,aa!"); } });