public class JScrollPanes extends Object
| Modifier and Type | Method and Description |
|---|---|
static JScrollPane |
createVerticalScrollPane(JComponent component)
Creates a JScrollPane for vertically scrolling the given component.
|
public static JScrollPane createVerticalScrollPane(JComponent component)
component - The view componentCopyright © 2022. All rights reserved.