Swing 1.1.1 API Specification: Class JToolBar.Separator
JToolBar.Separator() Create a new toolbar separator with the default ... Create a new toolbar separator with the default size defined by the current look ...
JToolBar.Separator (Java 2 Platform SE 5.0)
JToolBar.Separator() Creates a new toolbar separator with the default size as defined by ... Creates a new toolbar separator with the default size as defined by the current ...
Source for javax.swing.JToolBar (GNU Classpath 0.95 Documentation)
301: */ 302: public Separator(Dimension size) 303: { 304: setPreferredSize(size) ... This method adds a Separator with the given size to the JToolBar. ...
JToolBar.Separator (javadocexamples.COM JAVA DOC BY EXAMPLES ...
JToolBar.Separator (javadocexamples.COM JAVA DOC BY EXAMPLES),your best reference for JAVA programing,you can get over 100,000 example code at here
JToolBar.Separator (Java Platform SE 7 b97)
public static class JToolBar.Separator extends JSeparator. A toolbar-specific separator. ... Creates a new toolbar separator with the default size as defined by ...
JToolBar.Separator (Java 2 Platform SE v1.4.2)
JToolBar.Separator() Creates a new toolbar separator with the default size as defined by ... Creates a new toolbar separator with the default size as defined by the current ...