public final class FormsUtil extends Object
Modifier and Type | Method and Description |
---|---|
static JPanel |
makeColumn(Object[] o)
Creates a panel with the given components in one column.
|
static JPanel |
makeColumn(Object[] o,
boolean[] grow)
Creates a panel with the given components in one column.
|
static JPanel |
makeColumn(Object[] o,
boolean[] grow,
String col,
boolean border)
Creates a panel with the given components in one column.
|
static JPanel |
makeColumn(Object[] o,
String col,
boolean border)
Creates a panel with the given components in one column.
|
static JPanel |
makeColumn(Object o1,
Object o2)
Creates a panel with the given components in one column.
|
static JPanel |
makeColumn(Object o1,
Object o2,
Object o3)
Creates a panel with the given components in one column.
|
static JPanel |
makeRow(Object[] o)
Creates a panel with the given components in one row.
|
static JPanel |
makeRow(Object[] o,
boolean[] grow)
Creates a panel with the given components in one row.
|
static JPanel |
makeRow(Object[] o,
boolean[] grow,
String row,
boolean border)
Creates a panel with the given components in one row.
|
static JPanel |
makeRow(Object[] o,
String row,
boolean border)
Creates a panel with the given components in one row.
|
static JPanel |
makeRow(Object o1,
Object o2)
Creates a panel with the given components in one row.
|
static JPanel |
makeRow(Object o1,
Object o2,
Object o3)
Creates a panel with the given components in one row.
|
public static JPanel makeRow(Object o1, Object o2)
public static JPanel makeRow(Object o1, Object o2, Object o3)
public static JPanel makeRow(Object[] o)
public static JPanel makeRow(Object[] o, boolean[] grow)
public static JPanel makeRow(Object[] o, String row, boolean border)
public static JPanel makeRow(Object[] o, boolean[] grow, String row, boolean border)
public static JPanel makeColumn(Object o1, Object o2)
public static JPanel makeColumn(Object o1, Object o2, Object o3)
public static JPanel makeColumn(Object[] o)
public static JPanel makeColumn(Object[] o, boolean[] grow)
public static JPanel makeColumn(Object[] o, String col, boolean border)
Copyright © 2015–2022 SciJava. All rights reserved.