Uses of Class
jaxx.runtime.swing.GBC

Packages that use GBC
jaxx.runtime.swing   
 

Uses of GBC in jaxx.runtime.swing
 

Methods in jaxx.runtime.swing that return GBC
 GBC GBC.setAnchor(int anchor)
          Sets the anchor.
 GBC GBC.setFill(int fill)
          Sets the fill direction.
 GBC GBC.setInsets(int distance)
          Sets the insets of this cell.
 GBC GBC.setInsets(int top, int left, int bottom, int right)
          Sets the insets of this cell.
 GBC GBC.setIpad(int ipadx, int ipady)
          Sets the internal padding
 GBC GBC.setWeight(double weightx, double weighty)
          Sets the cell weights.
 



Copyright © 2008-2012 CodeLutin. All Rights Reserved.