Search:

Type: Posts; User: macko

Search: Search took 0.33 seconds.

  1. Re: Storing data from a file in array and setting it to textbox

    lol.. sorry thinking out loud as usual :P

    Just going to try a different method of storing data from a textfile to a array.
  2. Re: Storing data from a file in array and setting it to textbox

    ah ok so thats what the nullPointer exception means, Thank you very much sir

    Seems to be my string array getting data from the file

    while(scanReader.hasNext()){
    line 85...
  3. Storing data from a file in array and setting it to textbox

    Ok so basicly i have created 3 string arrays(arrFileName, arrFilePci, arrFileIp) Each is for seperate string values from the file.

    Once im clicking on the Find Entry button it is generating a...
Results 1 to 3 of 3