src/java.desktop/share/classes/javax/swing/JToolBar.java

Print this page

        

*** 591,601 **** /** * A toolbar-specific separator. An object with dimension but * no contents used to divide buttons on a tool bar into groups. */ ! static public class Separator extends JSeparator { private Dimension separatorSize; /** * Creates a new toolbar separator with the default size --- 591,601 ---- /** * A toolbar-specific separator. An object with dimension but * no contents used to divide buttons on a tool bar into groups. */ ! public static class Separator extends JSeparator { private Dimension separatorSize; /** * Creates a new toolbar separator with the default size