equal
deleted
inserted
replaced
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 * <style id="splitPaneStyle"> |
65 * <style id="splitPaneStyle"> |
66 * ... |
66 * ... |
67 * </style> |
67 * </style> |
68 * <bind style="splitPaneStyle" type="region" key="SplitPane"/> |
68 * <bind style="splitPaneStyle" type="region" key="SplitPane"/> |
69 * </pre> |
69 * </pre> |
70 * |
70 * |
71 * @since 1.5 |
71 * @since 1.5 |
72 * @author Scott Violet |
72 * @author Scott Violet |
73 */ |
73 */ |