Package jadex.commons.gui
Class BrowserLauncher2
- java.lang.Object
 - 
- jadex.commons.gui.BrowserLauncher2
 
 
- 
public class BrowserLauncher2 extends java.lang.ObjectProvides 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.AppletappletThe 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 voidopenURL(java.lang.String url)Open an url in a browser.static voidsetApplet(java.applet.Applet applet)Set the current applet. 
 -