public class GridPane extends Object
| Constructor and Description |
|---|
GridPane() |
| Modifier and Type | Method and Description |
|---|---|
GridPane |
add(JComponent comp,
int c,
int r) |
GridPane |
add(JComponent comp,
int c,
int r,
int h,
int v) |
GridPane |
expandHorizontallyColumn(int col) |
Grid |
g() |
GridPane |
insets(int vgap,
int hgap) |
JComponent |
toComponent() |
public GridPane insets(int vgap, int hgap)
public GridPane expandHorizontallyColumn(int col)
public Grid g()
public GridPane add(JComponent comp, int c, int r)
public GridPane add(JComponent comp, int c, int r, int h, int v)
public JComponent toComponent()
Copyright © 2022 vpc open source initiative. All rights reserved.