Search:

Type: Posts; User: Dodo

Search: Search took 0.08 seconds.

  1. Re: reading content of the text file, splitting it into strings

    Thanks a lot, I made it to work now! Now I'm going to toy with the thrown exceptions from entering the phone number (in some cases it is missing, thus the list is shorter and there is a non-existing...
  2. Re: reading content of the text file, splitting it into strings

    OK, this kick helped somewhat, after an hour of try-and-error I have this part of the code for the issue:


    private String[] textRow = new String[5];
    ...
    ManageRows newRow = new...
  3. Re: reading content of the text file, splitting it into strings

    Thank you for the answer. My obvious problem is I do not know how to do that - haw to split the row to segments and fill the array with them. Any example of the needed code, please?
  4. reading content of the text file, splitting it into strings

    Hi, I'm totally new to java programming and struggling greatly with the project I set before me. Majority of what I have already done is digged out of the examples that can be found on the internet,...
Results 1 to 4 of 4