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

Print this page

        

*** 2336,2345 **** --- 2336,2346 ---- } } // From the JLF Design Guidelines: // http://www.oracle.com/technetwork/java/jlf-135985.html + @SuppressWarnings("fallthrough") private static class MetalLayoutStyle extends DefaultLayoutStyle { private static MetalLayoutStyle INSTANCE = new MetalLayoutStyle(); @Override public int getPreferredGap(JComponent component1,