QUOTE(Fuzzyness @ 11 May, 2009 - 11:16 PM)

Hmm.. I can tell you what i'm not seeing. . .
Your errors that compiler is giving you.
OOPS MY BAD.........HERE ARE THE ERRORS THAT THE COMPILER IS GIVING ME.
F:\Week4Mortgage.java:96: illegal start of expression
public static void main(String []args)
^
F:\Week4Mortgage.java:96: illegal start of expression
public static void main(String []args)
^
F:\Week4Mortgage.java:96: ';' expected
public static void main(String []args)
^
F:\Week4Mortgage.java:96: '.class' expected
public static void main(String []args)
^
F:\Week4Mortgage.java:96: ';' expected
public static void main(String []args)
^
F:\Week4Mortgage.java:102: illegal start of expression
public void actionPerformed(ActionEvent e)
^
F:\Week4Mortgage.java:102: illegal start of expression
public void actionPerformed(ActionEvent e)
^
F:\Week4Mortgage.java:102: ';' expected
public void actionPerformed(ActionEvent e)
^
F:\Week4Mortgage.java:102: ';' expected
public void actionPerformed(ActionEvent e)
^
9 errors
Tool completed with exit code 1