:: com :: sun :: star :: awt ::

struct Size
Description
specifies the 2-dimensional size of an area using width and height.

Elements' Summary
Width specifies the width.  
Height specifies the height.  
Elements' Details
Width
long Width;
Description
specifies the width.
Height
long Height;
Description
specifies the height.
Top of Page