Uses of Class
net.thevpc.nuts.nswing.GBC
-
Uses of GBC in net.thevpc.nuts.nswing
Methods in net.thevpc.nuts.nswing that return GBCModifier and TypeMethodDescriptionGBC.anchor(int a) GBC.anchorCenter()GBC.anchorEast()GBC.anchorNorth()GBC.anchorNorthEast()GBC.anchorNorthWest()GBC.anchorSouth()GBC.anchorWest()GBC.at(int x, int y) GBC.colspan(int c) GBC.colspanRelative()GBC.colspanReminder()GBC.copy()GBC.fillBoth()GBC.fillHorizontal()GBC.fillNone()GBC.fillVertical()GBC.insets(int i) GBC.insets(int v, int h) GBC.insets(int top, int left, int bottom, int right) GBC.ipad(int x, int y) GBC.nextColumn()GBC.nextLine()static GBCGBC.of()static GBCGBC.of(int x, int y) static GBCGBC.ofAt(int x, int y) GBC.reset()GBC.rowspan(int c) GBC.rowspanRelative()GBC.rowspanReminder()GBC.set(GridBagConstraints b) GBC.weight(int x) GBC.weight(int x, int y) GBC.weightx(int x) GBC.weighty(int y)