21 lines
503 B
HTML
21 lines
503 B
HTML
<html>
|
|
<!--
|
|
@test
|
|
@bug 6519005
|
|
@summary regression: Selection the item on the choice don't work properly in vista ultimate.
|
|
@author Dmitry Cherepanov area=awt.choice
|
|
@run applet/manual=yesno NonFocusablePopupMenuTest.html
|
|
-->
|
|
<head>
|
|
<title> SetFontTest </title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>SetFontTest<br>Bug ID: 5010944</h1>
|
|
|
|
<p> See the dialog box (usually in upper left corner) for instructions</p>
|
|
|
|
<APPLET CODE="NonFocusablePopupMenuTest.class" WIDTH=200 HEIGHT=200></APPLET>
|
|
</body>
|
|
</html>
|