Home Freemagazine Issue9 Using the Desktop class to launch a URL



Using the Desktop class to launch a URL
Posted on: October 11, 2010 at 12:00 AM
This article describes the new Desktop API, which allows Java applications to interact with the default applications associated with specific file types on the host platform.

Using the Desktop class to launch a URL with default browser in Java 

       

  1. Using the Desktop class to launch a URL with default browser in Java 
    This article describes the new Desktop API, which allows Java applications to interact with the default applications associated with specific file types on the host platform. This new functionality is provided by the java.awt.Desktop class, which is adopted from the JDesktop Integration Components (JDIC) project.
      
  2. Display ToolTip within a specified area on JFrame.
    In Java, javax.swing package provides a class known as JToolTip. This swing?s component is used to display a ?Tip? for another Component and provides API to computerize the process of using ToolTips.

Read more information at:

www.javajazzup.com/issue9/page52.shtml

Related Tags for Using the Desktop class to launch a URL :


More Tutorials from this section

Ask Questions?    Discuss: Using the Desktop class to launch a URL  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.