public class JFrame extends Component
This class provides a minimal stub implementation of a top-level window container to allow the NDT tool to run in headless environments. The frame contains a content pane but provides no actual GUI functionality.
All operations are no-ops, maintaining API compatibility without requiring an actual graphical display system.
| Modifier and Type | Method and Description |
|---|---|
void | destroy()Destroy the frame (no-op). |
void | dispose()Dispose the frame (no-op). |
Panel | getContentPane()Return the content pane. |
void | toBack()Send frame to back (no-op). |
add, add, add, addMouseListener, addWindowListener, getToolkit, pack, repaint, setBorder, setCursor, setEditable, setEnabled, setForeground, setLayout, setLayout, setPreferredSize, setResizable, setSize, setTitle, setVisiblepublic JFrame()
public JFrame(String s)
public void destroy()
public void dispose()
public Panel getContentPane()
public void toBack()