Package | Description |
---|---|
org.fest.swing.applet |
Support for testing Java Applets.
|
org.fest.swing.launcher |
Launches applications from a "main" method and Java applets
|
Modifier and Type | Method and Description |
---|---|
static AppletViewer |
AppletViewer.newViewer(Applet applet)
Creates a new
AppletViewer . |
static AppletViewer |
AppletViewer.newViewer(Applet applet,
AppletStub stub)
Creates a new
AppletViewer . |
static AppletViewer |
AppletViewer.newViewer(Applet applet,
Map<String,String> parameters)
Creates a new
AppletViewer . |
Modifier and Type | Method and Description |
---|---|
AppletViewer |
AppletLauncher.start()
Launches the applet in a
(using implementations of
and . |
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.