public void setSize (Dimension d)

Sets the size of this Dimension object to the specified size. This method is included for completeness, to parallel the setSize method defined by Component.

Parameters:
d    the new size for this Dimension object

See also:
java.awt.Dimension.getSize, java.awt.Component.setSize

Since:  1.1