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

Print this page

        

*** 2359,2369 **** } } } // From the JLF Design Guidelines: ! // http://java.sun.com/products/jlf/ed2/book/HIG.Visual2.html private static class MetalLayoutStyle extends DefaultLayoutStyle { private static MetalLayoutStyle INSTANCE = new MetalLayoutStyle(); @Override public int getPreferredGap(JComponent component1, --- 2359,2369 ---- } } } // From the JLF Design Guidelines: ! // 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,