Search:

Type: Posts; User: bookface

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    7,848

    Re: Implementing HTML tags in Java Source Code

    Oh and do I have to insert <html> in the first position of the ArrayList?
  2. Replies
    4
    Views
    7,848

    Re: Implementing HTML tags in Java Source Code

    Here's my piece of code:


    public void studyText(String originalText) {

    textInArray = toArray(originalText);
    Iterator arrayText = textInArray.iterator();

    ...
  3. Replies
    4
    Views
    7,848

    Implementing HTML tags in Java Source Code

    On finding a '{' in the ArrayList<String> a, I want my code to insert a line break in the next index position. How do I insert the line break using HTML tags? I know HTML line break is represented...
Results 1 to 3 of 3