public class JPanel extends Component
This class provides a minimal stub implementation of a generic container component to allow the NDT tool to run in headless environments. The panel can contain other components but provides no actual layout or rendering functionality.
All operations are no-ops, maintaining API compatibility without requiring an actual graphical display system.
| Constructor and Description |
|---|
JPanel() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Component c) |
void |
add(String str,
Component c) |
add, addMouseListener, addWindowListener, getToolkit, pack, repaint, setBorder, setCursor, setEditable, setEnabled, setForeground, setLayout, setLayout, setPreferredSize, setResizable, setSize, setTitle, setVisible