Search:

Type: Posts; User: zlloyd1

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,420

    Re: Only getting last word

    I replaced txt2.setText(scan.next());, with txt2.append(scan.next());, and it seemed to work, but it is mashing both words together.... :eek:
    I guess I need to figure out how to keep a space...
  2. Replies
    5
    Views
    1,420

    Re: Only getting last word

    So you are saying that the line, txt2.setText(scan.next());, should be txt2.append(scan.next());?? :confused:
    Or should I add another line of code after txt2.setText(scan.next());?? #-o
  3. Replies
    5
    Views
    1,420

    Only getting last word

    The following code is supposed to take data entered into a text field, and send it to an external file. Then it is supposed to retrieve that data from the file and read it into a text area on the...
Results 1 to 3 of 3