The Artima Developer Community
Sponsored Link

Java Answers Forum
Links on Applet

2 replies on 1 page. Most recent reply: May 13, 2002 6:52 PM by Thang Nguyen

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Thang Nguyen

Posts: 18
Nickname: thang
Registered: Apr, 2002

Links on Applet Posted: May 13, 2002 9:45 AM
Reply to this message Reply
Advertisement
Hi there,
Could anyone please help me how to put a link on an applet?

Let's say, I want to put a link (e.g., www.sun.com or email_address@hotmail.com) on which I can click to to go to another web site/page or send email.

Thanks a lot.
Thang


Thomas SMETS

Posts: 307
Nickname: tsmets
Registered: Apr, 2002

Re: Links on Applet Posted: May 13, 2002 3:49 PM
Reply to this message Reply
Using a JDK 1.3 or above, it could be straight forward ...
This should help if you can solve your problem in a JEditorPane with :
http://www.cs.cf.ac.uk/Dave/HCI/HCI_Handout_CALLER/node120.html#SECTION000107000000000000000

Thomas SMETS
SCJP2 - Brussels

Thang Nguyen

Posts: 18
Nickname: thang
Registered: Apr, 2002

Re: Links on Applet Posted: May 13, 2002 6:52 PM
Reply to this message Reply
Hi Thomas,

I don't know if I understand you answer, but as I see the page you provided, it seems to be about HTML code (which I know how to put a link on).

However, I never use Java to code a link on an applet. I created some applet but just for text only, I can;t really figure out how to put a link. If I try to put a link on the page that I have the applet, it is not on the applet, it is on the HTML page, which I don't want. Please give me a clearer hint. I would appreciate it. Thanks -- Thang

Flat View: This topic has 2 replies on 1 page
Topic: easy question,please help Previous Topic   Next Topic Topic: creating a windows exe?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use