f.addKeyListener(13,new ActionListener() { public void actionPerformed(ActionEvent evt) { System.out.println("this action event is performed" + evt); } });