Mortgages_cal
Week 4 Assignment
David Moak
University of Phoenix
Computer Programming I
POS/406
Instructor: Mr. Jim Leadbeter
June 7, 2007
Week 4 Assignment
/* ----------------------------------------------
* Mortgage Program
* Student: David Moak
* Class Date: June 7, 2007
* Course Title: University of Phoenix POS 406
* Instructor: Mr. Jim Leadbeter
* ----------------------------------------------
*/
import java.awt.*; // User interface classes
import java.io.*;
import java.awt.event.*; // Event handling
import java.text.*; // Text formatting
import java.math.*; // Math
public class Mortgage_Calc_W4
{
// Define a button listener
private static class ButtonHandler implements ActionListener
{
public void actionPerformed(ActionEvent event)// Event handler method
{
outputLabel.setText ("See Output Window");
DecimalFormat currency_format = new DecimalFormat("0.00");
Loan_Amount = Double.parseDouble(inputMort.getText()); // Principal - amount of full......
View the rest of this paper...
Approximate Word Count: 479
Approximate Pages: 2 (250 words per double-spaced page)
Why should you join Frat Files?
- - It's safe, secure, and private.
- - Instant access to over 100,000 papers. New papers are added hourly.
- - Fast and reliable customer support.
Similar Essays
-
Mortgages_cal
Mortgages_cal. Week 4 Assignment David Moak University of Phoenix Computer
Programming I POS/406 Instructor: Mr. Jim Leadbeter June ...
