Cross Reference: MultipleMode.html
xref
: /
openjdk7
/
jdk
/
test
/
java
/
awt
/
FileDialog
/
MultipleMode
/
MultipleMode.html
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
2153
N/A
<
html
>
2153
N/A
<!--
2153
N/A
@test
2153
N/A
@bug 6467204
2153
N/A
@summary Need to implement "extended" native FileDialog for JFileChooser
2153
N/A
@author dmitry.cherepanov@sun.com area=
awt.filedialog
2153
N/A
@run
applet
/
manual
=yesno
MultipleMode.html
2153
N/A
-->
2153
N/A
<
head
>
2153
N/A
<
title
> MultipleMode </
title
>
2153
N/A
</
head
>
2153
N/A
<
body
>
2153
N/A
2153
N/A
<
h1
>MultipleMode<
br
>Bug ID: 6467204</
h1
>
2153
N/A
2153
N/A
<
p
> See the dialog box (usually in upper left corner) for instructions</
p
>
2153
N/A
2153
N/A
<
APPLET
CODE=
"
MultipleMode.class
"
WIDTH=
200
HEIGHT=
200
></
APPLET
>
2153
N/A
</
body
>
2153
N/A
</
html
>