ExtraMouseClick.html revision 8729:0242fce0f717
190075Sobrien<!--
290075Sobrien Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
3132718Skan DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
490075Sobrien
590075Sobrien This code is free software; you can redistribute it and/or modify it
690075Sobrien under the terms of the GNU General Public License version 2 only, as
790075Sobrien published by the Free Software Foundation.
890075Sobrien
990075Sobrien This code is distributed in the hope that it will be useful, but WITHOUT
1090075Sobrien ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
1190075Sobrien FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1290075Sobrien version 2 for more details (a copy is included in the LICENSE file that
1390075Sobrien accompanied this code).
1490075Sobrien
1590075Sobrien You should have received a copy of the GNU General Public License version
1690075Sobrien 2 along with this work; if not, write to the Free Software Foundation,
1790075Sobrien Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1890075Sobrien
1990075Sobrien Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2090075Sobrien or visit www.oracle.com if you need additional information or have any
2190075Sobrien questions.
2290075Sobrien-->
2390075Sobrien
2490075Sobrien<html>
2590075Sobrien<!--  
2690075Sobrien  @test
2790075Sobrien  @bug 5039416 6404008
2890075Sobrien  @summary REGRESSION: Extra mouse click dispatched after press-drag- release sequence.
2990075Sobrien  @library ../../regtesthelpers
3090075Sobrien  @build Util
3190075Sobrien  @author andrei.dmitriev area=awt.event
3290075Sobrien  @run applet ExtraMouseClick.html
3390075Sobrien  -->
3490075Sobrien<head>
3590075Sobrien<title>ExtraMouseClick </title>
3690075Sobrien</head>
3790075Sobrien<body>
3890075Sobrien
3990075Sobrien<h1>ExtraMouseClick<br>Bug ID: 5039416 </h1>
4090075Sobrien
4190075Sobrien<p> See the dialog box (usually in upper left corner) for instructions</p>
4290075Sobrien
4390075Sobrien<APPLET CODE="ExtraMouseClick.class" WIDTH=200 HEIGHT=200></APPLET>
4490075Sobrien</body>
4590075Sobrien</html>
4690075Sobrien