Re: HTML llink JEditor pane



thanks
Ok let me explain

I am creating a GUI/Swing application that will perform a search
The user types in keyword in Text field .

Now the results are suppose to be shown in a swing component.(
JtextArea i think is more suitable for this)
The results are not in HTML Format.
They are simple text files.

All i want to do is make these test files as hyperlink. So that when a
user clicks the link . it opens a new window.
It is kind of google search only that there is no html format here.
thanks

.