Question
Asked by:
BrainStrain
 

$5.00 Needing help creating a small Java applet with a GUI.

Q:

I am wanting to use Java swing components for this.

Write an applet in Java (with a graphical user interface) and have it calculate and display 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. Be sure to use appropriate documentation.

Please keep this as simple as possible so I can understand how to do it.  Thanks.

 


   
   
   
   
 
Available Tutorials to this Question
Posted by:
Neel
Neel
Rating (237): C
Questions Asked: 0
Tutorials Posted: 1637, earned $2,004.41
 

$5.00 Solution

  • This tutorial hasn't been purchased yet.
  • Posted on Oct 30, 2009 at 09:02:30PM
A:
Preview: ... ve attach ...

The full tutorial is about 6 words long plus attachments.

Attachments:
(0K)
Posted by:
Neel
Neel
Rating (237): C
Questions Asked: 0
Tutorials Posted: 1637, earned $2,004.41
 

$5.00 Solution

  • This tutorial hasn't been purchased yet.
  • Posted on Oct 30, 2009 at 09:05:32PM
A:
Preview: ... send the solution from this given below link. As i was not a ...

The full tutorial is about 49 words long .
Posted by:
 

$5.00 Mortgage Calc - Applet GUI in Java

  • This tutorial hasn't been purchased yet.
  • Posted on Oct 30, 2009 at 12:17:42PM
A:
Preview: ... ator in java applet. Run the Me ...

The full tutorial is about 26 words long plus attachments.

Attachments:
Mortgage.java (1K) (Preview)
Menu.java (4K) (Preview)
User.java (4K) (Preview)
Posted by:
 

$5.00 Java source code for mortgage calculation

  • This tutorial hasn't been purchased yet.
  • Posted on Oct 30, 2009 at 12:33:35PM
A:
Preview: ... tf5.setBounds(250,300,100,25);   add(tf5);       lb6=new Label("Total Paid including interest");   lb6.setBounds(50,350,160,25);   add(lb6);       tf6=new TextField();   tf6.setBounds(250,350,100,25);   add(tf6);      lb7=new Label("Total Interest Paid");   lb7.setBounds(50,400,150,25);   add(lb7);       tf7=new TextField();   tf7.setBounds(250,400,100,25);   add(tf7);      b1.addActionListener(this);   } public void actionPerformed(ActionEvent e)  {   double i,apr,p,r,tot,interest; // ipp - interest per period   int noofyrs,n; // ...

The full tutorial is about 138 words long plus attachments.

Attachments:
mortgage.java (2K) (Preview)
output.JPG (33K) (Preview)
Posted by:
 

$5.00 A+ solution.

  • This tutorial was purchased 1 time and hasn't been rated yet.
  • Posted on Oct 31, 2009 at 05:10:55PM
A:
Preview: ... atta ...

The full tutorial is about 4 words long plus attachments.

Attachments:
MortgageApplet.java (3K) (Preview)
   
Join Now or Log In
Get Tutoring
Get Paid
Academic Honesty