equal
deleted
inserted
replaced
|
1 <html> |
|
2 <!-- |
|
3 @test |
|
4 @bug 6260659 |
|
5 @summary File Name set programmatically in FileDialog is overridden during navigation, XToolkit |
|
6 @author Dmitry.Cherepanov@SUN.COM area=awt.filedialog |
|
7 @library ../../regtesthelpers |
|
8 @build Sysout |
|
9 @run applet/manual=yesno FileNameOverrideTest.html |
|
10 --> |
|
11 <head> |
|
12 <title> FileNameOverrideTest </title> |
|
13 </head> |
|
14 <body> |
|
15 |
|
16 <h1>FileNameOverrideTest<br>Bug ID: 6260659</h1> |
|
17 |
|
18 <p> See the dialog box (usually in upper left corner) for instructions</p> |
|
19 |
|
20 <APPLET CODE="FileNameOverrideTest.class" WIDTH=200 HEIGHT=200></APPLET> |
|
21 </body> |
|
22 </html> |