Package jadex.commons.gui
Class BrowserLauncher2
- java.lang.Object
-
- jadex.commons.gui.BrowserLauncher2
-
public class BrowserLauncher2 extends java.lang.Object
Provides a static method to start a browser. Relies on the original BrowserLauncher implementation, but provides additional support for applets and JNLP.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.applet.Applet
applet
The applet (has to be set from the outside).
-
Constructor Summary
Constructors Constructor Description BrowserLauncher2()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
openURL(java.lang.String url)
Open an url in a browser.static void
setApplet(java.applet.Applet applet)
Set the current applet.
-