Search:

Type: Posts; User: drixnak

Search: Search took 0.19 seconds.

  1. Replies
    9
    Views
    4,479

    Re: Populating a 2D array with textfield values

    LOL Yeah, good point. Got to fix that.



    private void runReportActionPerformed(java.awt.event.ActionEvent evt) {

    for (int i = 0; i <...
  2. Replies
    9
    Views
    4,479

    Re: Populating a 2D array with textfield values

    Ok, quick question:


    private void enterActionPerformed(java.awt.event.ActionEvent evt) {

    /*gets the value from the two text fields and sets...
  3. Replies
    9
    Views
    4,479

    Re: Populating a 2D array with textfield values

    Well it's a totally different forum and it's not a tech forum. Here's the code I have so far. The for loop in the Enter button action area is for testing purposes right now to see if my array was...
  4. Replies
    9
    Views
    4,479

    Re: Populating a 2D array with textfield values

    I got an answer from someone on another forum regarding this and I was able to make it display what was needed. As far as keeping track of what was put into the array...we're not. The enter button...
  5. Replies
    9
    Views
    4,479

    Re: Populating a 2D array with textfield values

    Actually, people have asked that in the course, but they specifically want this 2D array.
  6. Replies
    9
    Views
    4,479

    Populating a 2D array with textfield values

    I have to code an assignment for a college course. Long story short, part of the assignment requires me to take information from two textfields (variable names payment and time) and then enter them...
Results 1 to 6 of 6