Name: krC82822 Date: 05/19/2001
java version "1.3.0_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0_02)
Java HotSpot(TM) Client VM (build 1.3.0_02, mixed mode)
http://java.sun.com/j2se/1.3/docs/api/java/awt/Frame.html
the 1st image describing the frame has an HTML error
"ALIGN=center HSPACE=10 VSPACE=7>" is shown.
the HTML source reads:
<img src="doc-files/MultiScreen.gif">
ALIGN=center HSPACE=10 VSPACE=7>
this could be easily fixed by removing the greater than symbol.
----------------
19 May 2001, eval1127@eng:
109 In a virtual device multi-screen environment in which the desktop
110 area could span multiple physical screen devices, the bounds of all
111 configurations are relative to the virtual-coordinate system. The
112 origin of the virtual-coordinate system is at the upper left-hand
113 corner of the primary physical screen. Depending on the location
114 of the primary screen in the virtual device, negative coordinates
115 are possible, as shown in the following figure.
116 <p>
117 <img src="doc-files/MultiScreen.gif">
118 ALIGN=center HSPACE=10 VSPACE=7>
119 <p>
120 In such an environment, when calling <code>setLocation</code>,
121 you must pass a virtual coordinate to this method. Similarly,
(Review ID: 124685)
======================================================================