Search:

Type: Posts; User: crazydeo

Search: Search took 0.15 seconds.

  1. Replies
    9
    Views
    2,469

    [SOLVED] Re: Please HELP!!! Need help with Output

    Thank you FLASH and Engineeringserver!!!! You both seriously saved me a lot of headache!!
  2. Replies
    9
    Views
    2,469

    [SOLVED] Re: Please HELP!!! Need help with Output

    Any luck Flash?
  3. Replies
    9
    Views
    2,469

    [SOLVED] Re: Please HELP!!! Need help with Output

    Ok I fixed that error..... I don't know why but I placed my try and catch twice. Removed the bottom one and now I don't have that error.



    import javax.swing.*;
    import java.awt.event.*;...
  4. Replies
    9
    Views
    2,469

    [SOLVED] Re: Please HELP!!! Need help with Output

    Here is the Calculation class just in case.




    public class Calculation
    {
    private double priceDouble, subTotalDouble, taxDouble,
    shippingDouble, totalDouble, discountDouble;
    private...
  5. Replies
    9
    Views
    2,469

    [SOLVED] Java program error in displaying Output

    I've been working on this project all night and have been unsuccessful in getting the values to display in output. All I get once I push the calculate button are 0's for each of the values, but the...
Results 1 to 5 of 5