File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
test/jdk/java/awt/FileDialog Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2015, 2018 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2015, 2020 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
2222 */
2323
2424/* @test
25+ @key headful
2526 @bug 8003399
2627 @summary JFileChooser gives wrong path to selected file when saving to Libraries folder on Windows 7
2728 @author Semyon Sadetsky
@@ -50,6 +51,9 @@ public static void main(String[] args) throws Exception {
5051 String path = file1 .getPath ();
5152 if (path .startsWith ("::{" ) &&
5253 path .toLowerCase ().endsWith (".library-ms" )) {
54+ System .err .println ("file = " + file );
55+ System .err .println ("file1 = " + file1 );
56+ System .err .println ("path = " + path );
5357 throw new RuntimeException ("Unconverted library link found" );
5458 }
5559 }
Original file line number Diff line number Diff line change 2222 */
2323
2424/* @test
25+ @key headful
2526 @bug 8017487 8167988
2627 @summary filechooser in Windows-Libraries folder: columns are mixed up
2728 @author Semyon Sadetsky
You can’t perform that action at this time.
0 commit comments