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)


Copyright © 2007-2012 utgenome.org. All Rights Reserved.