|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AppletViewer | |
---|---|
org.fest.swing.applet | Support for testing Java Applets. |
org.fest.swing.launcher | 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 AppletViewer | |
---|---|
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 . |
Uses of AppletViewer in org.fest.swing.launcher |
---|
Methods in org.fest.swing.launcher that return AppletViewer | |
---|---|
AppletViewer |
AppletLauncher.start()
Launches the applet in a (using implementations of
and . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |