Re: Java related question

2000-06-13 Thread Ravi K U
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: > > > >

Re: Java related question

2000-06-07 Thread Varalakshmi Allamaraju
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

Java related question

2000-06-06 Thread Kader Ben
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