Package | Description |
---|---|
org.fest.swing.launcher |
Launches applications from a "main" method and Java applets
|
Modifier and Type | Method and Description |
---|---|
static AppletLauncher |
AppletLauncher.applet(Applet applet)
Creates a new applet launcher.
|
static AppletLauncher |
AppletLauncher.applet(Class<? extends Applet> appletType)
Creates a new applet launcher.
|
static AppletLauncher |
AppletLauncher.applet(String appletType)
Creates a new applet launcher.
|
AppletLauncher |
AppletLauncher.withParameters(AppletParameter... newParameters)
Sets the parameters for the applet to launch, as an alternative to
. |
AppletLauncher |
AppletLauncher.withParameters(Map<String,String> newParameters)
Sets the parameters for the applet to launch, as an alternative to
. |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.