Question
Posted by:
$20.00 Java mortgage calculator with GUI
Found in Computer-Science: General-CSChapter 1, # 0
Q:Write a Java program using a GUI (based on Swing) that calculates and displays the mortgage payment amount from user input of the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage. Insert comments in the program to document the program. Note:
You should use Swing and have input fields for the required data with a button to calculate it. Make comments in the code about how you set up the event handling.



