public class JScrollPane extends Component
This class provides a minimal stub implementation of a scrollable container to allow the NDT tool to run in headless environments. The scroll pane can contain other components but provides no actual scrolling functionality.
All operations are no-ops, maintaining API compatibility without requiring an actual graphical display system.
| Constructor and Description |
|---|
JScrollPane(Component p) |
add, add, add, addMouseListener, addWindowListener, getToolkit, pack, repaint, setBorder, setCursor, setEditable, setEnabled, setForeground, setLayout, setLayout, setPreferredSize, setResizable, setSize, setTitle, setVisiblepublic JScrollPane(Component p)