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() |
| Modifier and Type | Method and Description |
|---|---|
void |
remove(Component c) |
void |
validate() |
add, add, add, addMouseListener, addWindowListener, getToolkit, pack, repaint, setBorder, setCursor, setEditable, setEnabled, setForeground, setLayout, setLayout, setPreferredSize, setResizable, setSize, setTitle, setVisiblepublic void remove(Component c)
public void validate()