Uses of Class
org.fest.swing.applet.AppletViewer
Packages that use AppletViewer
Package
Description
Support for testing Java Applets.
Launches applications from a "main" method and Java applets
-
Uses of AppletViewer in org.fest.swing.applet
Methods in org.fest.swing.applet that return AppletViewerModifier and TypeMethodDescriptionprivate static AppletViewer
AppletViewer.createInEDT
(Applet applet) static AppletViewer
Creates a newAppletViewer
.static AppletViewer
AppletViewer.newViewer
(Applet applet, AppletStub stub) Creates a newAppletViewer
.static AppletViewer
Creates a newAppletViewer
. -
Uses of AppletViewer in org.fest.swing.launcher
Methods in org.fest.swing.launcher that return AppletViewerModifier and TypeMethodDescription(package private) static AppletViewer
NewAppletViewerQuery.showAppletViewerWith
(Applet applet, Map<String, String> parameters) AppletLauncher.start()
Launches the applet in a
(using implementations ofAppletViewer
andBasicAppletStub
.BasicAppletContext