Home
last modified time | relevance | path

Searched refs:setWindowInsets (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DRootFrame.java88 GBLayout.setWindowInsets(new Insets(1, 1, 1, 1)); in GBLayout.setWindowInsets()
90 GBLayout.setWindowInsets(new Insets(2, 3, 2, 3)); in GBLayout.setWindowInsets()
92 GBLayout.setWindowInsets(new Insets(4, 4, 4, 4)); in GBLayout.setWindowInsets()
H A DGBLayout.java333 public synchronized static void setWindowInsets(Insets insets) { in setWindowInsets() method in GBLayout