Uses of Class
jaxx.runtime.swing.GBC
-
Packages that use GBC Package Description jaxx.runtime.swing -
-
Uses of GBC in jaxx.runtime.swing
Methods in jaxx.runtime.swing that return GBC Modifier and Type Method Description GBCGBC. setAnchor(int anchor)Sets the anchor.GBCGBC. setFill(int fill)Sets the fill direction.GBCGBC. setInsets(int distance)Sets the insets of this cell.GBCGBC. setInsets(int top, int left, int bottom, int right)Sets the insets of this cell.GBCGBC. setIpad(int ipadx, int ipady)Sets the internal paddingGBCGBC. setWeight(double weightx, double weighty)Sets the cell weights.
-