Total screen size, Display area, Display area in full screen mode – Sun Microsystems Computer Accessories User Manual
Page 40

26
Wireless Toolkit Basic Customization Guide • December 2003
screen.x =
screen.y =
For example:
screen.x = 38
screen.y = 82
Total Screen Size
Referring to the left image in
, you specify the total screen size
by two lines of the form:
screen.width =
screen.height =
For example:
screen.width = 96
screen.height = 128
Display Area
Referring to the right image in
, the display area (or Paintable Region) is
that part of the screen that is available to applications. The remainder of the screen
is for icons and soft button labels.
The coordinates of the display area are relative to the screen location.
You can specify the display area used by the application to be a subregion of the
screen by four lines of the form:
screenPaintableRegion.x =
screenPaintableRegion.y =
screenPaintableRegion.width =
screenPaintableRegion.height =
For example:
screenPaintableRegion.x = 4
screenPaintableRegion.y = 8
screenPaintableRegion.width = 88
screenPaintableRegion.height = 100
Note –
If you do not specify the paintable region, the entire screen is used by an
application.
Display Area in Full Screen Mode
The MIDP 2.0 specification allows applications to use the full screen area.