Uses of Class
net.thevpc.common.swing.layout.GBC
Packages that use GBC
-
Uses of GBC in net.thevpc.common.swing.layout
Methods in net.thevpc.common.swing.layout that return GBCModifier and TypeMethodDescriptionGBC.anchor(int anchor) GBC.anchorE()GBC.anchorN()GBC.anchorNE()GBC.anchorNW()GBC.anchorS()GBC.anchorSE()GBC.anchorSW()GBC.anchorW()GBC.fill(int fill) GBC.fillBoth()GBC.fillH()GBC.fillV()GBC.grid(int x, int y) GBC.insets(int top, int left, int bottom, int right) GBC.insetsx(int left, int right) GBC.insetsy(int top, int bottom) GBC.ipad(int x, int y) static GBCGBC.of(int gridX, int gridy) GBC.span(int x, int y) GBC.weight(double x, double y)