src/share/demo/jfc/FileChooserDemo/FileChooserDemo.java

Print this page

        

@@ -798,11 +798,11 @@
                 public void run() {
                     /*
                      * NOTE: By default, the look and feel will be set to the
                      * Cross Platform Look and Feel (which is currently Metal).
                      * The following code tries to set the Look and Feel to Nimbus.
-                     * http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/nimbus.html
+                     * http://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/nimbus.html
                      */
                     try {
                         for (LookAndFeelInfo info : UIManager.
                                 getInstalledLookAndFeels()) {
                             if (NIMBUS_LAF_NAME.equals(info.getName())) {