Hi ,
use JEditorPane and this guy gives an option to fire hyperLinkListener on a
mouse click(refer java docs for more details)
Ravi
Varalakshmi Allamaraju wrote:
> There are two ways. One is to use javax.swing.text.html.parser. Other is
> to use string tokenizer.
>
> Kader Ben wrote:
> >
> >
There are two ways. One is to use javax.swing.text.html.parser. Other is
to use string tokenizer.
Kader Ben wrote:
>
> Hi java gurus,
>I have slightly off topic question. I have
> application that read http text and scrolls it. I
> wand add MouseListener interface that capture string
> click
Hi java gurus,
I have slightly off topic question. I have
application that read http text and scrolls it. I
wand add MouseListener interface that capture string
clicked and pass it to getURL function (in fact I want
simulate href/browser function) . I used getSource
function but this seems is