com.compomics.util.io
Class StartBrowser

java.lang.Object
  extended by com.compomics.util.io.StartBrowser

public class StartBrowser
extends java.lang.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


Constructor Summary
StartBrowser()
          Empty constructor.
 
Method Summary
static void start(java.lang.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
 

Constructor Detail

StartBrowser

public StartBrowser()
Empty constructor.

Method Detail

start

public static void start(java.lang.String aURL)
Opens the given URL in the default browser.

Parameters:
aURL - the URL to open


Copyright © 2011. All Rights Reserved.