diff --git a/src/java.desktop/share/classes/javax/swing/JFileChooser.java b/src/java.desktop/share/classes/javax/swing/JFileChooser.java index 2e0a80f788b..a44edec3565 100644 --- a/src/java.desktop/share/classes/javax/swing/JFileChooser.java +++ b/src/java.desktop/share/classes/javax/swing/JFileChooser.java @@ -303,7 +303,7 @@ public class JFileChooser extends JComponent implements Accessible { /** * Constructs a JFileChooser pointing to the user's * default directory. This default depends on the operating system. - * It is typically the "My Documents" folder on Windows, and the + * It is typically the "Documents" folder on Windows, and the * user's home directory on Unix. */ public JFileChooser() { @@ -315,7 +315,7 @@ public class JFileChooser extends JComponent implements Accessible { * Passing in a null * string causes the file chooser to point to the user's default directory. * This default depends on the operating system. It is - * typically the "My Documents" folder on Windows, and the user's + * typically the "Documents" folder on Windows, and the user's * home directory on Unix. * * @param currentDirectoryPath a String giving the path @@ -330,7 +330,7 @@ public class JFileChooser extends JComponent implements Accessible { * as the path. Passing in a null file * causes the file chooser to point to the user's default directory. * This default depends on the operating system. It is - * typically the "My Documents" folder on Windows, and the user's + * typically the "Documents" folder on Windows, and the user's * home directory on Unix. * * @param currentDirectory a File object specifying @@ -570,7 +570,7 @@ public class JFileChooser extends JComponent implements Accessible { * Sets the current directory. Passing in null sets the * file chooser to point to the user's default directory. * This default depends on the operating system. It is - * typically the "My Documents" folder on Windows, and the user's + * typically the "Documents" folder on Windows, and the user's * home directory on Unix. * * If the file passed in as currentDirectory is not a