Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DCheckboxList.java98 panel.reshape(0, 0, d.width, d.height); in updateCheckboxes()
105 panel.reshape(0, 0, d.width, d.height); in addNotify()
H A DGBPanel.java232 public void reshape(int x, int y, int w, int h) { in reshape() method in GBPanel
233 super.reshape(x, y, w, h); in reshape()
235 cntr.reshape(x, y, w, h); in reshape()
H A DRootFrame.java163 public void reshape(int x, int y, int w, int h) { in reshape() method in RootFrame
164 super.reshape(x, y, w, h); in reshape()
H A DGBContainer.java55 public void reshape(int x, int y, int w, int h); in reshape() method
H A DScrollableArea.java57 comp.reshape(curx, cury, d.width, d.height); in layout()
H A DCLChoice.java344 menu.reshape(r.x, r.y, r.width, r.height); in showMenu()
352 menuWindow.reshape(r.x, r.y, r.width, r.height); in showMenu()
365 menu.reshape(0, 0, 0, 0); in hideMenu()
H A DRootDialog.java233 comp.reshape(0, 0, 0, 0); in reshapeZero()
H A DTextView.java464 public void reshape(int x, int y, int width, int height) { in reshape() method in TextView
465 super.reshape(x, y, width, height); in reshape()
H A DWinScrollbar.java370 public void reshape(int x, int y, int width, int height) { in reshape() method in WinScrollbar
371 super.reshape(x, y, width, height); in reshape()
H A DGBLayout.java1816 comp.reshape(-1, -1, 0, 0); in ArrangeGrid()
1826 comp.reshape(r.x, r.y, r.width, r.height); in ArrangeGrid()
H A DColumnListCanvas.java1216 cb.reshape(left + 2, y, in paint()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DWindowShadow.java344 win.reshape(0, 0, 40, 40); in pack()
423 win.reshape(location.x, location.y, size.width, size.height); in resizePreferredSize()
428 win.reshape(location.x, location.y, size.width, size.height); in resizePreferredSize()
827 win.reshape(p.x, p.y, d.width, d.height); in setLayout()
863 win.reshape(p.x, p.y, d.width, d.height); in setPreview()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DMainHelper.java170 f.reshape(20, 20, 120, 80); in main()
213 frame.reshape(20, 20, d.width, d.height); in main()