21 lines
523 B
HTML
21 lines
523 B
HTML
|
<html>
|
||
|
<!--
|
||
|
@test
|
||
|
@bug 6730447
|
||
|
@summary Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
|
||
|
@author dmitry.cherepanov@...: area=awt.mouse
|
||
|
@run applet/manual=yesno AWTPanelSmoothWheel.html
|
||
|
-->
|
||
|
<head>
|
||
|
<title> AWTPanelSmoothWheel </title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<h1> AWTPanelSmoothWheel <br>Bug ID: 6730447</h1>
|
||
|
|
||
|
<p> See the dialog box (usually in upper left corner) for instructions</p>
|
||
|
|
||
|
<APPLET CODE="AWTPanelSmoothWheel.class" WIDTH=200 HEIGHT=200></APPLET>
|
||
|
</body>
|
||
|
</html>
|