Launch A URL - Online Code
Description
This is a code to show the use of Desktop class to lauch a URL with default browser.
Source Code
import java.awt.Desktop;
import java.io.IOException;
import java.net.*;
public class LaunchWebBrowser
{
public static void main(String[] a)
{
try
{
URI uri = new URI("http://www... (login or register to view full code)To view full code, you must Login or Register, its FREE.
Hey, registering yourself just takes less than a minute and opens up a whole new GetGyan experience.
Related Online Codes:
Comments
No comment yet. Be the first to post a comment. |
