Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~397 People Reached
Favorite Forums
Favorite Tags
java x 5
Member Avatar for anbarblue

Need help rounding. `MoPay.setText` is showing up as .########### (I'm new to this language.) Oh, and my dollar sign isn't showing up, does anyone no why? public void actionPerformed(ActionEvent e) { int Mort; double Int; int T; if(e.getSource()==Reset) { answer.setText(""); answera.setText(""); answerb.setText(""); MoPay.setText(""); } else if(e.getSource()==Calculate) { try { Mort …

Member Avatar for jwenting
0
137
Member Avatar for anbarblue

Here is my code so far. I'm not sure what I'm doing wrong, but I cannot get it to compile. Incompatible Types (Lines 90 - 92) . Please Please Help. My ultimate task is to write an Applet Mortgage Calculator. import javax.swing.*; import java.awt.*; import java.util.*; import java.awt.event.*; import javax.swing.JOptionPane; …

Member Avatar for anbarblue
0
260