jdk/src/share/classes/javax/swing/plaf/synth/Region.java
changeset 20169 d7fa6d7586c9
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
20168:137788883a22 20169:d7fa6d7586c9
    60  *    }
    60  *    }
    61  * </pre>
    61  * </pre>
    62  * The following <a href="doc-files/synthFileFormat.html">xml</a>
    62  * The following <a href="doc-files/synthFileFormat.html">xml</a>
    63  * accomplishes the same thing:
    63  * accomplishes the same thing:
    64  * <pre>
    64  * <pre>
    65  * &lt;style id="splitPaneStyle">
    65  * &lt;style id="splitPaneStyle"&gt;
    66  *   ...
    66  *   ...
    67  * &lt;/style>
    67  * &lt;/style&gt;
    68  * &lt;bind style="splitPaneStyle" type="region" key="SplitPane"/>
    68  * &lt;bind style="splitPaneStyle" type="region" key="SplitPane"/&gt;
    69  * </pre>
    69  * </pre>
    70  *
    70  *
    71  * @since 1.5
    71  * @since 1.5
    72  * @author Scott Violet
    72  * @author Scott Violet
    73  */
    73  */