User Profile

Collapse

Profile Sidebar

Collapse
Eric Miles
Eric Miles
Last Activity: Feb 15 '12, 08:15 AM
Joined: Feb 11 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Eric Miles
    replied to Buttons not performing correctly
    in Java
    That did the trick, Thanks so much.
    See more | Go to post

    Leave a comment:


  • Eric Miles
    replied to Buttons not performing correctly
    in Java
    It works for the calculation, but does not show the Amortization.
    See more | Go to post

    Leave a comment:


  • Eric Miles
    replied to Buttons not performing correctly
    in Java
    I changed the code that you specified, but the program still terminates when you press the calculate button. I see where I forget to put in those variables, but there are still problems with the exit over-ride.
    See more | Go to post

    Leave a comment:


  • Eric Miles
    replied to Buttons not performing correctly
    in Java
    Here is the code, so far. Most of the program works, but I added in 2 new fields (Interest, and Duration) and a calculate button. The program is supposed to give the user a choice on how to calculate the mortgage.

    Code:
    import java.awt.*;
    	import java.awt.event.*;
    	import javax.swing.*;
    
    	import java.text.DecimalFormat;
        import java.text.NumberFormat;
        
        public class MortgageCalculatorWeek3
    ...
    See more | Go to post

    Leave a comment:


  • Eric Miles
    started a topic Buttons not performing correctly
    in Java

    Buttons not performing correctly

    My Mortgage Calculator program worked fine, until I added more functions. I added new fields for the new functions and changed my calculations for a calculate button, but it does not work. The rest of the program is fine. I commented out my else if exit command, because that would close my program when I hit the calculate button.

    Code:
    import java.awt.*;
    	import java.awt.event.*;
    	import javax.swing.*;
    	import java.text.DecimalFormat;
    ...
    See more | Go to post
No activity results to display
Show More
Working...