Search:

Type: Posts; User: Dsr122076

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,221

    Re: Help with Jbutton code

    Well unfortunately the code is hardcoded by the Form builder in the Netbeans program. There is no way for me to change it. The portions I wrote are indented correctly.

    The problem is that once I...
  2. Replies
    3
    Views
    1,221

    Help with Jbutton code

    What I am trying to do, is have the receipt cycle to the next item each time the next button is clicked. The program works fine right now except that it will not cycle. here is the code.
    /*
    * To...
  3. Replies
    5
    Views
    1,355

    Re: Help with double array method

    I am restarting this program in a different way since I hit a hard wall. I thought about adding to the array with a string and then parsing it into a string.
  4. Replies
    5
    Views
    1,355

    Re: Help with double array method

    that is the problem. The sums are already summed in the ggtt amount. The input comes from the user input in the first if section. I can hold the running total in that variable. However, the...
  5. Replies
    5
    Views
    1,355

    Help with double array method

    Hi,
    I am new to programming. I was asked to make a program that uses a method to sum the grandtotal and a method for sorting.

    So far the output of the program is perfect, however, i have not met...
Results 1 to 5 of 5