TitleBarDoubleClick.html revision 8729:0242fce0f717
1235783Skib<!--
2235783Skib Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
3235783Skib DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4235783Skib
5235783Skib This code is free software; you can redistribute it and/or modify it
6235783Skib under the terms of the GNU General Public License version 2 only, as
7235783Skib published by the Free Software Foundation.
8235783Skib
9235783Skib This code is distributed in the hope that it will be useful, but WITHOUT
10235783Skib ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11235783Skib FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12235783Skib version 2 for more details (a copy is included in the LICENSE file that
13235783Skib accompanied this code).
14235783Skib
15235783Skib You should have received a copy of the GNU General Public License version
16235783Skib 2 along with this work; if not, write to the Free Software Foundation,
17235783Skib Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
18235783Skib
19235783Skib Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
20235783Skib or visit www.oracle.com if you need additional information or have any
21235783Skib questions.
22235783Skib-->
23235783Skib
24235783Skib<html>
25235783Skib<!--  
26235783Skib  @test
27235783Skib  @bug 4664415
28235783Skib  @summary Test that double clicking the titlebar does not send RELEASE/CLICKED
29235783Skib  @library    ../../regtesthelpers
30235783Skib  @build      Util        
31235783Skib  @author bchristi: area=Mouse 
32235783Skib  @run applet TitleBarDoubleClick.html
33235783Skib  -->
34235783Skib<head>
35235783Skib<title>  </title>
36235783Skib</head>
37235783Skib<body>
38235783Skib
39235783Skib<h1>TitleBarDoubleClick<br>Bug ID: 9999999 XXX_CHANGE_THIS </h1>
40235783Skib
41235783Skib<p> This is an AUTOMATIC test, simply wait for completion </p>
42282199Sdumbbell
43282199Sdumbbell<APPLET CODE="TitleBarDoubleClick.class" WIDTH=200 HEIGHT=200></APPLET>
44282199Sdumbbell</body>
45235783Skib</html>
46235783Skib
47235783Skib