| Package | Description |
|---|---|
| org.assertj.swing.applet |
Provides support for testing
Applets. |
| org.assertj.swing.launcher |
Java applications and
Applets launcher. |
| Modifier and Type | Method and Description |
|---|---|
static AppletViewer |
AppletViewer.newViewer(Applet applet)
Creates a new
AppletViewer using a BasicAppletStub as |
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 AppletViewer (using implementations of BasicAppletStub and
BasicAppletContext. |
Copyright © 2014 AssertJ. All rights reserved.