21 lines
471 B
HTML
Raw Normal View History

<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>