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() |
URL |
getCodeBase() |
String |
getParameter(String name) |
void |
showStatus(String str) |
void |
start() |
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 void showStatus(String str)
public void start()