jdk-24/jdk/test/java/awt/FileDialog/FileNameOverrideTest/FileNameOverrideTest.html
Sergey Bylokhov 15113a03ad 6998877: After double-click on the folder names , FileNameOverrideTest FAILED
Reviewed-by: art, dcherepanov, anthony
2011-04-05 16:50:11 +04:00

23 lines
574 B
HTML

<html>
<!--
@test
@bug 6260659
@summary File Name set programmatically in FileDialog is overridden during navigation, XToolkit
@author Dmitry.Cherepanov@SUN.COM area=awt.filedialog
@library ../../regtesthelpers
@build Sysout
@run applet/manual=yesno FileNameOverrideTest.html
-->
<head>
<title> FileNameOverrideTest </title>
</head>
<body>
<h1>FileNameOverrideTest<br>Bug ID: 6260659</h1>
<p> See the dialog box (usually in upper left corner) for instructions</p>
<APPLET CODE="FileNameOverrideTest.class" WIDTH=200 HEIGHT=200></APPLET>
</body>
</html>