Uses of Class
com.nnamo.view.customcomponents.CustomGbc
Packages that use CustomGbc
-
Uses of CustomGbc in com.nnamo.view.customcomponents
Methods in com.nnamo.view.customcomponents that return CustomGbcModifier and TypeMethodDescriptionCustomGbc.setAnchor
(int anchor) set the anchor of theGridBagConstraints
object.CustomGbc.setFill
(int fill) set the fill of theGridBagConstraints
object.CustomGbc.setHeight
(int height) set the height of theGridBagConstraints
object.CustomGbc.setInsets
(int top, int left, int bottom, int right) set the insets of theGridBagConstraints
object.CustomGbc.setIpad
(int ipadx, int ipady) set the ipad of theGridBagConstraints
object.CustomGbc.setPosition
(int x, int y) set the position of theGridBagConstraints
object.CustomGbc.setWeight
(double weightX, double weightY) set the weight of theGridBagConstraints
object.CustomGbc.setWidth
(int width) set the width of theGridBagConstraints
object.