import javax.swing.JFrame; /* Author: James Tam Version: 2015 Learning objective: reacting the event whereby enter is pressed when the focus is in a JTextField. */ public class Driver { public static void main(String [] args) { MyFrame aFrame = new MyFrame(); } }