jdk/src/java.desktop/share/classes/javax/swing/JToolBar.java
changeset 32865 f9cb6e427f9e
parent 25859 3317bb8137f4
child 33253 78e735319356
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
   591 
   591 
   592     /**
   592     /**
   593      * A toolbar-specific separator. An object with dimension but
   593      * A toolbar-specific separator. An object with dimension but
   594      * no contents used to divide buttons on a tool bar into groups.
   594      * no contents used to divide buttons on a tool bar into groups.
   595      */
   595      */
   596     static public class Separator extends JSeparator
   596     public static class Separator extends JSeparator
   597     {
   597     {
   598         private Dimension separatorSize;
   598         private Dimension separatorSize;
   599 
   599 
   600         /**
   600         /**
   601          * Creates a new toolbar separator with the default size
   601          * Creates a new toolbar separator with the default size