/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/ |
H A D | CheckboxList.java | 98 panel.reshape(0, 0, d.width, d.height); in updateCheckboxes() 105 panel.reshape(0, 0, d.width, d.height); in addNotify()
|
H A D | GBPanel.java | 232 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 D | RootFrame.java | 163 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 D | GBContainer.java | 55 public void reshape(int x, int y, int w, int h); in reshape() method
|
H A D | ScrollableArea.java | 57 comp.reshape(curx, cury, d.width, d.height); in layout()
|
H A D | CLChoice.java | 344 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 D | RootDialog.java | 233 comp.reshape(0, 0, 0, 0); in reshapeZero()
|
H A D | TextView.java | 464 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 D | WinScrollbar.java | 370 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 D | GBLayout.java | 1816 comp.reshape(-1, -1, 0, 0); in ArrangeGrid() 1826 comp.reshape(r.x, r.y, r.width, r.height); in ArrangeGrid()
|
H A D | ColumnListCanvas.java | 1216 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 D | WindowShadow.java | 344 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 D | MainHelper.java | 170 f.reshape(20, 20, 120, 80); in main() 213 frame.reshape(20, 20, d.width, d.height); in main()
|