News

ActionListener listener = new ActionListener() { public void actionPerformed(ActionEvent actionEvent) { System. out.println("Event happened"); } }; You can also use the actionPerformed method by ...