Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    12
    Views
    2,558

    Re: automatically detect hyperlinks

    Try another class. Add this code to a GUI container:


    // JEditorPane testing
    JEditorPane jep = new JEditorPane();
    jep.setContentType("text/html");
    ...
  2. Replies
    12
    Views
    2,558

    Re: automatically detect hyperlinks

    Are you defining a hyperlink as text of a URL? Begins with http: and goes to the end of the word.
    As for emoticons, are they some special kind of markup known and used by the displayer of the text...
  3. Replies
    12
    Views
    2,558

    Re: automatically detect hyperlinks

    Can you show an example of a hyperlink without html tags?
    Or show the text you would be trying to display and what part of it would be a hyperlink that you want to detect.
Results 1 to 3 of 3