lt.monarch.chart.util
Class BrowserLauncher

java.lang.Object
  extended by lt.monarch.chart.util.BrowserLauncher

public class BrowserLauncher
extends java.lang.Object

Utility for opening browser windows with given URLs.


Field Summary
Modifier and Type Field and Description
static java.lang.String[] browsers
           
 
Constructor Summary
Constructor and Description
BrowserLauncher()
           
 
Method Summary
Modifier and Type Method and Description
static void open(java.net.URL url, java.awt.Component component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

browsers

public static final java.lang.String[] browsers
Constructor Detail

BrowserLauncher

public BrowserLauncher()
Method Detail

open

public static void open(java.net.URL url,
                        java.awt.Component component)