com.compomics.util.examples
Class BareBonesBrowserLaunch

java.lang.Object
  extended by com.compomics.util.examples.BareBonesBrowserLaunch

public class BareBonesBrowserLaunch
extends Object

Class that makes it possible to open a URL in the default browser.


Constructor Summary
BareBonesBrowserLaunch()
           
 
Method Summary
static void openURL(String url)
          Tries to 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

BareBonesBrowserLaunch

public BareBonesBrowserLaunch()
Method Detail

openURL

public static void openURL(String url)
Tries to opens the given URL in the default browser.

Parameters:
url -


Copyright © 2013. All Rights Reserved.