Search:

Type: Posts; User: txaviermars

Search: Search took 0.12 seconds.

  1. Re: Tax Refund Calculator......Need help finishing this code!!

    Refund getRefund = new getRefund(salaryIncome, interestIncome, itemizedDeductions, exemptions, taxWithheld);

    jtfRefund.setText(refund.getRefund());

    I get an error for these two lines that...
  2. Tax Refund Calculator......Need help finishing this code!!

    //I need the program to take user input and then calculate the tax refund after the user clicks the "compute refund" button.

    import java.awt.*;
    import javax.swing.JFrame;
    import...
Results 1 to 2 of 2