|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppletLauncher | |
---|---|
org.fest.swing.launcher | Launches applications from a "main" method and Java applets |
Uses of AppletLauncher in org.fest.swing.launcher |
---|
Methods in org.fest.swing.launcher that return AppletLauncher | |
---|---|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |