Checkout
checkout
view
Your Cart Your Cart: item(s)
Subjects -> Computer Science -> Other -> Posting #22781
Add to Shopping Cart
$2.19 Instant Download
Computer Science, Other
Year 2

JAVA PROBLEM


Modify MortgageDisplayGui.java to implement ActionListener.java
• Associate the current action listener with
• Write the action Performed function to perform the following tasks:
o Interrogate the ActionEvent object and determine the source of the action.
o Based on the source of the action call one of four functions
 Quit()
 Calculate()
 Exit()
 ViewAmortization()
• Modify the mortgage program to add the following behaviors
o The Calculate button actions
 Determine the payment, based on user input and using the calculator work from UTIL package (modify if needed). Display the configured payment in the payment box.
o The Reset button actions
 Reset all the values in the text fields to blank
 Reset the values in the calculator to new or empty
o The Quit button
 Exits the System
o The viewAmortization button
 Pop up a dialog that displays the payment matrix in a JTextArea that is inside a JscrollPane. Use the toString ()function already in the Row class to write each line of the amortization table to the dialog.
 The dialog class will be called ScheduleDialog.java and will inherit from the JDialog class. The dialog constructor will take a Vector as an argument.
 Package the ScheduleDialog.java in the src.calculator.gui.
• Modify the mortgage program to disable the viewAmortization button if there is no payment displayed and enable it when there is a payment displayed.

Attachments
src.zip  View File
UML.doc  View File
Modify MortgageDisplayGui.doc  View File

By OTA:  Arunangsu Chatterjee, PhD (IP)

OTA Rating:  5/5

Your Price:  $2.19  (original value ~$39.90)

What's included:

  • Plain text response
  • Attachment(s):
    • mortgagesrc.zip
    • Readme.doc
$2.19 Download Add to Cart

Add to Shopping Cart
$2.19 Instant Download
Events and GUI and how they might be related. - Describe what an event is and how events and Graphical User Interfaces (GUI) are related.
JavaScript vs Java - What is the difference between JavaScript and the Java programming language?
Modification to Loan Mortgage Calculator - Mortgage calculator program using Java JDK 1.5.0 Is This a correct compilation for this type of Java 1.5.0 program modification? I also need comments throughout the code as well. These two codes posted below should Modify the mortgage program to display 3 mortgage loans: 7 year at 5.35%, 15 year at 5.5 %, and 30 year at 5.75%. I need to Use an...
Visual Basic .NET 2003 (mortage calculator a MS windows (GUI) - Write the program in VB.Net (not Web based) using a loan amount of $200,000 with an interest rate of 5.75% and a 30 year term. Display the mortgage payment amount. Insert comments to document the program. This is generate a GUI for entering loan information and the VB.NET program to calculate information entered input into the GUI ...
Object Oriented Design - Explain how object oriented design allows changes to be made in a class definition without affecting other classes in the application.

Page generated in 0.0449 seconds

About Us ·  Contact Us ·  Samples ·  Solutions ·  Legal Terms and Conditions ·  Privacy Policy

©2008 SolutionLibrary.com

Search for Solutions About Us Samples