< prev index next >

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

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

@@ -126,11 +126,11 @@
             helper = ExpressionHelper.removeListener(helper, listener);
         }
     }
 
     /**
-     * The default value for {@link #prefColumnCount}.
+     * The default value for {@link #prefColumnCountProperty() prefColumnCount}.
      */
     public static final int DEFAULT_PREF_COLUMN_COUNT = 12;
 
     /**
      * Creates a {@code TextField} with empty text content.
< prev index next >