< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/control/Separator.java

Print this page
rev 10598 : 8185767: Fix broken links in Javadocs

@@ -47,11 +47,12 @@
 /**
  * A horizontal or vertical separator line. The visual appearance of this
  * separator can be controlled via CSS. A horizontal separator occupies the
  * full horizontal space allocated to it (less padding), and a vertical
  * separator occupies the full vertical space allocated to it (less padding).
- * The {@link #halignment} and {@link #valignment} properties determine how the
+ * The {@link #halignmentProperty() halignment} and {@link #valignmentProperty() valignment}
+ * properties determine how the
  * separator is positioned in the other dimension, for example, how a horizontal
  * separator is positioned vertically within its allocated space.
  * <p>
  * The separator is horizontal (i.e. <code>isVertical() == false</code>) by default.
  * <p>
< prev index next >