public class SwingUtils extends Object
Modifier and Type | Method and Description |
---|---|
static JButton |
buildBrowseButton(ActionListener actionListener,
int textFieldPreferredHeight) |
static GridBagConstraints |
buildConstraints(int columnIndex,
int rowIndex,
int fillType,
int anchorType,
int columnSpan,
int rowSpan) |
static GridBagConstraints |
buildConstraints(int columnIndex,
int rowIndex,
int fillType,
int anchorType,
int columnSpan,
int rowSpan,
Insets aMargins) |
static GridBagConstraints |
buildConstraints(int columnIndex,
int rowIndex,
int fillType,
int anchorType,
int columnSpan,
int rowSpan,
int topMargin,
int leftMargin) |
public static JButton buildBrowseButton(ActionListener actionListener, int textFieldPreferredHeight)
public static GridBagConstraints buildConstraints(int columnIndex, int rowIndex, int fillType, int anchorType, int columnSpan, int rowSpan, Insets aMargins)
public static GridBagConstraints buildConstraints(int columnIndex, int rowIndex, int fillType, int anchorType, int columnSpan, int rowSpan, int topMargin, int leftMargin)
public static GridBagConstraints buildConstraints(int columnIndex, int rowIndex, int fillType, int anchorType, int columnSpan, int rowSpan)
Copyright © 2014–2019 European Space Agency (ESA). All rights reserved.