Uses of Class
org.fest.swing.launcher.AppletLauncher
Packages that use AppletLauncher
Package
Description
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 AppletLauncherModifier and TypeMethodDescriptionstatic AppletLauncher
Creates a new applet launcher.static AppletLauncher
Creates a new applet launcher.static AppletLauncher
Creates a new applet launcher.private static AppletLauncher
AppletLauncher.instantiate
(Class<?> appletType) AppletLauncher.withParameters
(Map<String, String> newParameters) Sets the parameters for the applet to launch, as an alternative to
.withParameters(AppletParameter...)
AppletLauncher.withParameters
(AppletParameter... newParameters) Sets the parameters for the applet to launch, as an alternative to
.withParameters(Map)