jdk-24/jdk/test/java/awt/Mouse/TitleBarDoubleClick/TitleBarDoubleClick.html

24 lines
516 B
HTML
Raw Normal View History

2007-12-01 00:00:00 +00:00
<html>
<!--
@test
@bug 4664415
@summary Test that double clicking the titlebar does not send RELEASE/CLICKED
@library ../../regtesthelpers
@build Util
@author bchristi: area=Mouse
@run applet TitleBarDoubleClick.html
-->
<head>
<title> </title>
</head>
<body>
<h1>TitleBarDoubleClick<br>Bug ID: 9999999 XXX_CHANGE_THIS </h1>
<p> This is an AUTOMATIC test, simply wait for completion </p>
<APPLET CODE="TitleBarDoubleClick.class" WIDTH=200 HEIGHT=200></APPLET>
</body>
</html>