jdk-24/jdk/test/java/awt/FileDialog/MultipleMode/MultipleMode.html
Dmitry Cherepanov 2930227188 6705345: Enable multiple file selection in AWT FileDialog
Reviewed-by: art, anthony, alexp
2010-02-12 19:58:10 +03:00

21 lines
471 B
HTML

<html>
<!--
@test
@bug 6467204
@summary Need to implement "extended" native FileDialog for JFileChooser
@author dmitry.cherepanov@sun.com area=awt.filedialog
@run applet/manual=yesno MultipleMode.html
-->
<head>
<title> MultipleMode </title>
</head>
<body>
<h1>MultipleMode<br>Bug ID: 6467204</h1>
<p> See the dialog box (usually in upper left corner) for instructions</p>
<APPLET CODE="MultipleMode.class" WIDTH=200 HEIGHT=200></APPLET>
</body>
</html>