< prev index next >

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

Print this page

        

*** 891,901 **** } /** * Resizes this object. * ! * @param d - the <code>Dimension</code> specifying the * new size of the object */ public void setSize(Dimension d) { // Not supported for MenuComponents } --- 891,901 ---- } /** * Resizes this object. * ! * @param d the <code>Dimension</code> specifying the * new size of the object */ public void setSize(Dimension d) { // Not supported for MenuComponents }
< prev index next >