Computer Science Homework Solutions
Problem
#129855

Java Programming/Mortgage

Please help me create a GUI with 3 JTextField (one for loan amount, one for term, and one for interest rate), one JTextArea (where the monthly payment schedule will be displayed; appended for each month, for all moths; attach a JScrollPane to the JTextArea), one JComboBox (with 3 selections: 7 year at 5.35%,  15 year at 5.5 %, 30 year at 5.75%), and 3 JButton (one for computing the monthly payment schedule, one for resetting all fields, and one for exit the application). The user should be able to input in the text fields the loan amount, interest rate, and term, or input the loan amount in a text field and then select from the combo box the type of loan.

Attached file(s):
Attachments
ComboBoxDemo.java  View File
Solution
What is this?
By OTA - Overall OTA Rating
Yupei Xiong, PhD - 4.8/5
Purchase Cost Now
$2.19 CAD (was ~$23.94)
Included in Download
  • Plain text response
  • Attached file(s):
    • Mortgage.java
Why you can trust BrainMass.com
  • Your Information is Secure
  • Best Online Academic Help Service
  • Students find real academic Success
Related Solutions
  • GUI Components - Java - JPanel - Declare a subclass of JPanel called MyColorChooser that provides three JSlider objects and three JTextField objects. Each JSlider represents the values from 0 to 255 for the red, green and blue parts ...
  • GUI Components - Java - Guess the Number - Write an application that plays "guess the number" as follows: Your application chooses the number to be guessed by selecting an integer at random in the range 1-1000. The application then displays th ...
  • Write a program using paint component method to draw current value of a JSlider - Write a program that uses the paint component method to draw the current value of a JSlider on a subclass of JPanel. In addition, provide a JTextField where a specific value can be entered. The JTe ...
  • Java Mortgage Payment Calculator change - Write the program in Java (with a graphical user interface) so that it will allow the user to select which way they want to calculate a mortgage: by input of the amount of the mortgage, the term of th ...
  • Java code - I require support in remarking the enclosed Java Code high-lighting, things like code layout, use of variable names, general readability and understandability.
Browse