src/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java

Print this page

        

@@ -2359,11 +2359,11 @@
             }
         }
     }
 
     // From the JLF Design Guidelines:
-    // http://java.sun.com/products/jlf/ed2/book/HIG.Visual2.html
+    // http://www.oracle.com/technetwork/java/index.html
     private static class MetalLayoutStyle extends DefaultLayoutStyle {
         private static MetalLayoutStyle INSTANCE = new MetalLayoutStyle();
 
         @Override
         public int getPreferredGap(JComponent component1,