Uses of Class
org.nuiton.jaxx.runtime.swing.GBC
-
Packages that use GBC Package Description org.nuiton.jaxx.runtime.swing -
-
Uses of GBC in org.nuiton.jaxx.runtime.swing
Methods in org.nuiton.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.
-