author | dcherepanov |
Mon, 23 Mar 2009 09:47:39 -0400 | |
changeset 2469 | c71d7365daf1 |
child 21596 | 0e3a39f29dbc |
permissions | -rw-r--r-- |
2469
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
1 |
<html> |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
2 |
<!-- |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
3 |
@test |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
4 |
@bug 6730447 |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
5 |
@summary Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
6 |
@author dmitry.cherepanov@...: area=awt.mouse |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
7 |
@run applet/manual=yesno AWTPanelSmoothWheel.html |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
8 |
--> |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
9 |
<head> |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
10 |
<title> AWTPanelSmoothWheel </title> |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
11 |
</head> |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
12 |
<body> |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
13 |
|
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
14 |
<h1> AWTPanelSmoothWheel <br>Bug ID: 6730447</h1> |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
15 |
|
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
16 |
<p> See the dialog box (usually in upper left corner) for instructions</p> |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
17 |
|
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
18 |
<APPLET CODE="AWTPanelSmoothWheel.class" WIDTH=200 HEIGHT=200></APPLET> |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
19 |
</body> |
c71d7365daf1
6730447: Support for high resolution mouse wheel is still incomplete. AWT panel needs to be supported
dcherepanov
parents:
diff
changeset
|
20 |
</html> |