cz.zcu.fav.kiv.editor.graphics.utils
Class OpenBrowser

java.lang.Object
  extended by cz.zcu.fav.kiv.editor.graphics.utils.OpenBrowser

public class OpenBrowser
extends java.lang.Object

The OpenBrowser class is used for launching the main web browser of the operating system.

Version:
1.0, 05/2007
Author:
Marta Vaclavikova

Constructor Summary
OpenBrowser()
           
 
Method Summary
static void openURL(java.lang.String url)
          Launches the main web browser of any operating system (Mac, Windows or Unix).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenBrowser

public OpenBrowser()
Method Detail

openURL

public static void openURL(java.lang.String url)
Launches the main web browser of any operating system (Mac, Windows or Unix).

Parameters:
url - the url of the page that will be opened in the web browser.