Well, I thought of something else I wanted in my program: key listeners! Now, hitting the ENTER key is an alternative to clicking OK throughout my program, and the EXC key can be used to close my program. This took a lot of work, for in order to integrate the key listeners, I had to add and rework many methods in my GUI classes. I also added an auto focus that sets the focus to the first text field whenever the original frame is opened. Now I really think I am finished…


Comments (5)