Package net.mcreator.ui.component.util
Class PanelUtils
java.lang.Object
net.mcreator.ui.component.util.PanelUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic JComponent
centerAndEastElement
(Component center, Component east) static JComponent
centerAndEastElement
(Component center, Component east, int px, int py) static JComponent
centerAndSouthElement
(Component top, Component center) static JComponent
centerAndSouthElement
(Component top, Component center, int hg, int vg) static JPanel
centerInPanel
(Component component) static JPanel
centerInPanelPadding
(Component component, int x, int y) static JComponent
expandHorizontally
(Component element) static JComponent
gridElements
(int row, int col, int mw, int mh, Component... components) static JComponent
gridElements
(int row, int col, Component... components) static JPanel
static JPanel
static JPanel
static JComponent
northAndCenterElement
(Component top, Component center) static JComponent
northAndCenterElement
(Component top, Component center, int px, int py) static JComponent
pullElementUp
(Component element) static JPanel
totalCenterInPanel
(Component component) static JComponent
westAndCenterElement
(Component west, Component center) static JComponent
westAndCenterElement
(JComponent west, JComponent center, int px, int py) static JComponent
westAndEastElement
(Component west, Component east) static JComponent
westAndEastElement
(Component west, Component east, int px, int py)
-
Constructor Details
-
PanelUtils
public PanelUtils()
-
-
Method Details
-
join
-
join
-
join
-
centerInPanel
-
totalCenterInPanel
-
centerInPanelPadding
-
northAndCenterElement
-
centerAndSouthElement
-
centerAndSouthElement
-
westAndEastElement
-
gridElements
-
gridElements
-
northAndCenterElement
-
westAndEastElement
-
westAndCenterElement
-
centerAndEastElement
-
centerAndEastElement
-
pullElementUp
-
westAndCenterElement
-
expandHorizontally
-