awt.Component.width & awt.Component.height currently refer
to the inside dimension (drawable region) of a native widget.
The outside dimension (which includes borders, scrollbars, etc.) are
currently calcuated in Java code by adding the border size.
We need to change this so that platform-specific code is allowed
to set the outside dimension.
to the inside dimension (drawable region) of a native widget.
The outside dimension (which includes borders, scrollbars, etc.) are
currently calcuated in Java code by adding the border size.
We need to change this so that platform-specific code is allowed
to set the outside dimension.