public class Panel extends Component
This class provides a minimal stub implementation of a panel container 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 |
|---|
Panel()Create a new Panel emulation. |
| Modifier and Type | Method and Description |
|---|---|
void | remove(Component c)Remove a component from the panel (no-op in emulation). |
void | validate()Validate the panel (no-op in emulation). |
add, add, add, addMouseListener, addWindowListener, getToolkit, pack, repaint, setBorder, setCursor, setEditable, setEnabled, setForeground, setLayout, setLayout, setPreferredSize, setResizable, setSize, setTitle, setVisiblepublic void remove(Component c)
c - the component to removepublic void validate()