trying to add focus listener capabilities

git-svn-id: svn://anubis/gvsu@450 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2009-10-06 13:42:45 +00:00
parent 57670b1ad6
commit 52079571f0

View File

@ -9,7 +9,9 @@ import java.util.*;
* This allows the java class to be run as a stand-alone application or
* as an applet within a web browser.
*/
class RetirementCalculatorPanel extends JPanel implements ActionListener
class RetirementCalculatorPanel
extends JPanel
implements ActionListener, FocusListener
{
private RetirementCalculatorModel myModel;