2930227188
Reviewed-by: art, anthony, alexp
21 lines
471 B
HTML
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>
|