Search:

Type: Posts; User: javapenguin

Search: Search took 0.07 seconds.

  1. Re: Array List of Array Lists working for first item but not for second.

    Nothing really. I guess a more pressing question would be to ask how to make this parser thing so that it won't abort if it encounters only 1 line break, instead of two

    i.e.

    text:
    "Bla bla...
  2. Re: Array List of Array Lists working for first item but not for second.

    OK, what are UI's used for? Like the setUI() methods? I know UI stands for User Interface but is there ever a reason to design your own UI or are they only there as "helper classes"? If you can...
  3. Re: Array List of Array Lists working for first item but not for second.

    Never mind, it was the very strict and annoying syntax of my parser that required a full line break plus an empty line between paragraphs but only a line break before the ending page tag.

    My...
  4. Array List of Array Lists working for first item but not for second.

    What am I doing differently in the first part, i.e., chapterTexts.get(0)) that I'm not doing in the second (i.e. chapterTexts.get(1)) ?

    Here's all the parts that could be effecting it:


    ...
Results 1 to 4 of 4