Searched refs:windowInsets (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DGBLayout.java306 private static Insets windowInsets = new Insets(0, 0, 0, 0); field in class:GBLayout
335 windowInsets = new Insets(0, 0, 0, 0);
337 windowInsets = (Insets)insets.clone();
344 return (Insets)windowInsets.clone();
595 insets.top += windowInsets.top;
596 insets.bottom += windowInsets.bottom;
597 insets.left += windowInsets.left;
598 insets.right += windowInsets.right;

Completed in 32 milliseconds