The Artima Developer Community
Sponsored Link

Java Answers Forum
question on awt

1 reply on 1 page. Most recent reply: Mar 19, 2002 7:40 AM by Kishori Sharan

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 1 reply on 1 page
M.Ragothaman

Posts: 1
Nickname: ragoth
Registered: Mar, 2002

question on awt Posted: Mar 18, 2002 10:01 PM
Reply to this message Reply
Advertisement
how to open a new browser window from applet


Kishori Sharan

Posts: 211
Nickname: kishori
Registered: Feb, 2002

Re: question on awt Posted: Mar 19, 2002 7:40 AM
Reply to this message Reply
within your applet you write:

getAppletContext().showDocument ( your_url_goes_here ) ;

For details see java.applet.Applet class's getAppletContext() method and then in java.applet.AppletContext interface's showDocument() method.

Thanks
Kishori

Flat View: This topic has 1 reply on 1 page
Topic: JTree Clicking problem Previous Topic   Next Topic Topic: Why static storage allocation in java not support the recursive procedures?

Sponsored Links



Google
  Web Artima.com   

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