User Profile
Collapse
-
That did the trick, Thanks so much. -
It works for the calculation, but does not show the Amortization.Leave a comment:
-
I changed the code that you specified, but the program still terminates when you press the calculate button. I see where I forget to put in those variables, but there are still problems with the exit over-ride.Leave a comment:
-
Here is the code, so far. Most of the program works, but I added in 2 new fields (Interest, and Duration) and a calculate button. The program is supposed to give the user a choice on how to calculate the mortgage.
Code:import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.text.DecimalFormat; import java.text.NumberFormat; public class MortgageCalculatorWeek3
Leave a comment:
-
Buttons not performing correctly
My Mortgage Calculator program worked fine, until I added more functions. I added new fields for the new functions and changed my calculations for a calculate button, but it does not work. The rest of the program is fine. I commented out my else if exit command, because that would close my program when I hit the calculate button.
Code:import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.text.DecimalFormat;
No activity results to display
Show More
Leave a comment: