< prev index next >

src/java.desktop/share/classes/java/awt/Component.java

Print this page

        

*** 9666,9676 **** } /** * Resizes this object so that it has width and height. * ! * @param d - the dimension specifying the new size of the object */ public void setSize(Dimension d) { Component.this.setSize(d); } --- 9666,9676 ---- } /** * Resizes this object so that it has width and height. * ! * @param d the dimension specifying the new size of the object */ public void setSize(Dimension d) { Component.this.setSize(d); }
< prev index next >