com.compomics.util.io
Class StartBrowser
java.lang.Object
com.compomics.util.io.StartBrowser
public class StartBrowser
- extends Object
This class starts a browser for the given URL.
Created by IntelliJ IDEA. User: kenny Date: Feb 23, 2010 Time: 4:02:21 PM
Method Summary |
static void |
start(String aURL)
Opens the given URL in the default browser. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartBrowser
public StartBrowser()
- Empty constructor.
start
public static void start(String aURL)
- Opens the given URL in the default browser.
- Parameters:
aURL
- the URL to open
Copyright © 2012. All Rights Reserved.