FileDialogReturnTest.html revision 8729:0242fce0f717
155682Smarkm<!--
2233294Sstas Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
3233294Sstas DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4233294Sstas
555682Smarkm This code is free software; you can redistribute it and/or modify it
6233294Sstas under the terms of the GNU General Public License version 2 only, as
7233294Sstas published by the Free Software Foundation.
8233294Sstas
955682Smarkm This code is distributed in the hope that it will be useful, but WITHOUT
10233294Sstas ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11233294Sstas FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
1255682Smarkm version 2 for more details (a copy is included in the LICENSE file that
13233294Sstas accompanied this code).
14233294Sstas
15233294Sstas You should have received a copy of the GNU General Public License version
1655682Smarkm 2 along with this work; if not, write to the Free Software Foundation,
1755682Smarkm Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
1855682Smarkm
1955682Smarkm Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2055682Smarkm or visit www.oracle.com if you need additional information or have any
2155682Smarkm questions.
2255682Smarkm-->
2355682Smarkm
2455682Smarkm<html>
2555682Smarkm<!--  
2655682Smarkm  @test
2755682Smarkm  @bug 6260676
2855682Smarkm  @summary FileDialog.setDirectory() does not work properly, XToolkit
2955682Smarkm  @author Dmitry.Cherepanov area=awt.filedialog
3055682Smarkm  @run applet/manual=yesno FileDialogReturnTest.html
3155682Smarkm  -->
3255682Smarkm<head>
3355682Smarkm<title> FileDialogReturnTest </title>
3455682Smarkm</head>
3555682Smarkm<body>
3655682Smarkm
3755682Smarkm<h1>FileDialogReturnTest<br>Bug ID: </h1>
38233294Sstas
39233294Sstas<p> See the dialog box (usually in upper left corner) for instructions</p>
4055682Smarkm
4155682Smarkm<APPLET CODE="FileDialogReturnTest.class" WIDTH=200 HEIGHT=200></APPLET>
4255682Smarkm</body>
4355682Smarkm</html>
4455682Smarkm