Forum: Java Feb 20th, 2006 |
| Replies: 1 Views: 1,661 Error
.java:132: incompatible types
found : int
required: int[]
int[] months= numOfYears[i]*12; //The variable used for user input for exact month information
... |
Forum: Java Feb 19th, 2006 |
| Replies: 7 Views: 2,871 |
Forum: Java Feb 19th, 2006 |
| Replies: 7 Views: 2,871 import javax.swing.*;
import java.awt.event.*;
import javax.swing.border.*;
import java.awt.*;
import java.lang.*;
import java.text.*;
import java.util.*;
public class Mortgage extends... |
Forum: Java Feb 19th, 2006 |
| Replies: 7 Views: 2,871 PLEASE DIS-REGARD THE PRIOR MESSAGE...
\Mortgage.java:79: ';' expected
bttn.addActionListener( new ActionListener()) { ^... |
Forum: Java Feb 19th, 2006 |
| Replies: 7 Views: 2,871 \Mortgage.java:81: ')' expected
public void actionPerformed(ActionEvent evt) {
^
\Mortgage.java:90: ')' expected
public void... |
Forum: Java Feb 19th, 2006 |
| Replies: 7 Views: 2,871 I am looking to create a mortgage applet with an array for the 3 amounts. There is something I am missing here. Any help can be of use
/* GOAL Display the mortgage payment amount. Then, list... |