org.utgenome.shell
Class WebBrowser

java.lang.Object
  extended by org.utgenome.shell.WebBrowser

public class WebBrowser
extends Object

Open a given URL via OS's default web browser. This code is created by modifying the following public code: (BareBones library) http://www.centerkey.com/java/browser/myapp/BareBonesBrowserLaunch.java

Author:
leo

Constructor Summary
WebBrowser()
           
 
Method Summary
static void openURL(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebBrowser

public WebBrowser()
Method Detail

openURL

public static void openURL(String url)


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.