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

/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DGBContainer.java55 public void reshape(int x, int y, int w, int h); method in interface:GBContainer
H A DCheckboxList.java98 panel.reshape(0, 0, d.width, d.height);
105 panel.reshape(0, 0, d.width, d.height);
H A DRootFrame.java163 public void reshape(int x, int y, int w, int h) { method in class:RootFrame
164 super.reshape(x, y, w, h);
H A DScrollableArea.java57 comp.reshape(curx, cury, d.width, d.height);
H A DGBPanel.java232 public void reshape(int x, int y, int w, int h) { method in class:GBPanel
233 super.reshape(x, y, w, h);
235 cntr.reshape(x, y, w, h);
H A DCLChoice.java344 menu.reshape(r.x, r.y, r.width, r.height);
352 menuWindow.reshape(r.x, r.y, r.width, r.height);
365 menu.reshape(0, 0, 0, 0);
H A DRootDialog.java233 comp.reshape(0, 0, 0, 0);
H A DTextView.java464 public void reshape(int x, int y, int width, int height) { method in class:TextView
465 super.reshape(x, y, width, height);
H A DWinScrollbar.java370 public void reshape(int x, int y, int width, int height) { method in class:WinScrollbar
371 super.reshape(x, y, width, height);
H A DGBLayout.java1816 comp.reshape(-1, -1, 0, 0);
1826 comp.reshape(r.x, r.y, r.width, r.height);
H A DColumnListCanvas.java1216 cb.reshape(left + 2, y,
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DMainHelper.java170 f.reshape(20, 20, 120, 80);
213 frame.reshape(20, 20, d.width, d.height);
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DWindowShadow.java338 // until reshape is called. This causes annoying
344 win.reshape(0, 0, 40, 40);
423 win.reshape(location.x, location.y, size.width, size.height);
428 win.reshape(location.x, location.y, size.width, size.height);
827 win.reshape(p.x, p.y, d.width, d.height);
863 win.reshape(p.x, p.y, d.width, d.height);

Completed in 123 milliseconds