trying to add focus listener capabilities
git-svn-id: svn://anubis/gvsu@450 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
parent
57670b1ad6
commit
52079571f0
@ -9,7 +9,9 @@ import java.util.*;
|
|||||||
* This allows the java class to be run as a stand-alone application or
|
* This allows the java class to be run as a stand-alone application or
|
||||||
* as an applet within a web browser.
|
* as an applet within a web browser.
|
||||||
*/
|
*/
|
||||||
class RetirementCalculatorPanel extends JPanel implements ActionListener
|
class RetirementCalculatorPanel
|
||||||
|
extends JPanel
|
||||||
|
implements ActionListener, FocusListener
|
||||||
{
|
{
|
||||||
private RetirementCalculatorModel myModel;
|
private RetirementCalculatorModel myModel;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user