Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > displaying Hyperlink in Text Area

Reply
Thread Tools

displaying Hyperlink in Text Area

 
 
Ezee
Guest
Posts: n/a
 
      08-17-2005
I am working on a project in which, I have to display links in text
area.
i-e ,
<a href = "http://google.com">Google</a>

so that, Google is shown in Text Area, and when user clicks on it, the
page specified by link is retrieved. I have to show a number of links
in such manner, Is there any way possible to implement this using
TextArea or JTextArea. Or if there is any other suitable way in Java to
show this.
Please advise me.
thanx ...

 
Reply With Quote
 
 
 
 
Andrew Thompson
Guest
Posts: n/a
 
      08-17-2005
On 17 Aug 2005 11:58:55 -0700, Ezee wrote:

> Or if there is any other suitable way in Java to
> show this.


JEditorPane that implements an HyperlinkListener
(is one of them).

[ and c.l.j.gui is thataway ->
<http://www.physci.org/codes/javafaq.jsp#cljg> ]

--
Andrew Thompson
physci.org 1point1c.org javasaver.com lensescapes.com athompson.info
"Use those seconds sensibly or you will inevitably die."
Hawkwind 'Sonic Attack'
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
do structure definitions go in data area or in code area... hotadvice C Programming 14 10-02-2007 04:10 AM
Displaying text in System Tray/Notification Area s.storrow@gmail.com C++ 2 02-28-2007 12:47 PM
Controlling text in a Text Area or Text leo ASP General 1 12-05-2005 01:13 AM
Add point to graphics area without having to paint the whole area? Mark Java 1 06-27-2005 03:09 AM
Displaying results in text box from a hyperlink coulm in datagrid Nithin ASP .Net Datagrid Control 0 01-12-2004 09:39 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57