public class JApplet extends JFrame
This class provides a minimal stub implementation of an applet container to allow the NDT tool to run in headless environments. The applet extends JFrame functionality but provides no actual applet context or browser integration.
All operations are no-ops that return null values, maintaining API compatibility without requiring an actual graphical display system or browser environment.
| Constructor and Description |
|---|
JApplet() |
| Modifier and Type | Method and Description |
|---|---|
AppletContext | getAppletContext()Applet context. |
URL | getCodeBase()Code base. |
String | getParameter(String name)Parameter value for the given name. |
void | showStatus(String str)Status text. |
void | start()Start the applet. |
destroy, dispose, getContentPane, toBackadd, add, add, addMouseListener, addWindowListener, getToolkit, pack, repaint, setBorder, setCursor, setEditable, setEnabled, setForeground, setLayout, setLayout, setPreferredSize, setResizable, setSize, setTitle, setVisiblepublic AppletContext getAppletContext()
public URL getCodeBase()
public String getParameter(String name)
name - parameter namepublic void showStatus(String str)
str - status textpublic void start()