MouseWheelEventAbsoluteCoordsTest.html revision 8729:0242fce0f717
1214152Sed<!--
2214152Sed Copyright (c) 2004, 2006, Oracle and/or its affiliates. All rights reserved.
3214152Sed DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4214152Sed
5222656Sed This code is free software; you can redistribute it and/or modify it
6222656Sed under the terms of the GNU General Public License version 2 only, as
7214152Sed published by the Free Software Foundation.
8214152Sed
9214152Sed This code is distributed in the hope that it will be useful, but WITHOUT
10214152Sed ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11214152Sed FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12214152Sed version 2 for more details (a copy is included in the LICENSE file that
13214152Sed accompanied this code).
14214152Sed
15214152Sed You should have received a copy of the GNU General Public License version
16214152Sed 2 along with this work; if not, write to the Free Software Foundation,
17222656Sed Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18214152Sed
19214152Sed Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20214152Sed or visit www.oracle.com if you need additional information or have any
21222656Sed questions.
22214152Sed-->
23214152Sed
24214152Sed<html>
25214152Sed<!--  
26214152Sed  @test
27214152Sed  @bug 4992908
28  @summary Need way to get location of MouseEvent in screen coordinates
29  @author Andrei.Dmitriev area=event 
30  @library ../../../regtesthelpers
31  @build Util
32  @run applet MouseWheelEventAbsoluteCoordsTest.html
33  -->
34<head>
35<title>  </title>
36</head>
37<body>
38
39<h1>MouseWheelEventAbsoluteCoordsTest<br>Bug ID: 4992908  </h1>
40
41<p> This is an AUTOMATIC test, simply wait for completion </p>
42
43<APPLET CODE="MouseWheelEventAbsoluteCoordsTest.class" WIDTH=200 HEIGHT=200></APPLET>
44</body>
45</html>
46
47