SaveFileNameOverrideTest.html revision 8729:0242fce0f717
11638Srgrimes<!--
21638Srgrimes Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
31638Srgrimes DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
41638Srgrimes
51638Srgrimes This code is free software; you can redistribute it and/or modify it
61638Srgrimes under the terms of the GNU General Public License version 2 only, as
71638Srgrimes published by the Free Software Foundation.
81638Srgrimes
91638Srgrimes This code is distributed in the hope that it will be useful, but WITHOUT
101638Srgrimes ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
111638Srgrimes FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12263142Seadler version 2 for more details (a copy is included in the LICENSE file that
131638Srgrimes accompanied this code).
141638Srgrimes
151638Srgrimes You should have received a copy of the GNU General Public License version
161638Srgrimes 2 along with this work; if not, write to the Free Software Foundation,
171638Srgrimes Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
181638Srgrimes
191638Srgrimes Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
201638Srgrimes or visit www.oracle.com if you need additional information or have any
211638Srgrimes questions.
221638Srgrimes-->
231638Srgrimes
241638Srgrimes<html>
251638Srgrimes<!--  
261638Srgrimes  @test
271638Srgrimes  @bug 6998877
281638Srgrimes  @summary After double-click on the folder names, FileNameOverrideTest FAILED
2950476Speter  @author Sergey.Bylokhov@oracle.com area=awt.filedialog
301638Srgrimes  @library ../../regtesthelpers
311638Srgrimes  @build Sysout
321638Srgrimes  @run applet/manual=yesno SaveFileNameOverrideTest.html
331638Srgrimes  -->
341638Srgrimes<head>
351638Srgrimes<title> SaveFileNameOverrideTest </title>
361638Srgrimes</head>
371638Srgrimes<body>
381638Srgrimes
391638Srgrimes<h1>SaveFileNameOverrideTest<br>Bug ID: 6260659</h1>
401638Srgrimes
411638Srgrimes<p> See the dialog box (usually in upper left corner) for instructions</p>
421638Srgrimes
431638Srgrimes<APPLET CODE="SaveFileNameOverrideTest.class" WIDTH=200 HEIGHT=200></APPLET>
441638Srgrimes</body>
451638Srgrimes</html>
461638Srgrimes