< prev index next >

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

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

*** 419,434 **** return new int[0]; } }; /** ! * The default value for {@link #prefColumnCount}. */ public static final int DEFAULT_PREF_COLUMN_COUNT = 40; /** ! * The default value for {@link #prefRowCount}. */ public static final int DEFAULT_PREF_ROW_COUNT = 10; private static final int DEFAULT_PARAGRAPH_CAPACITY = 32; --- 419,434 ---- return new int[0]; } }; /** ! * The default value for {@link #prefColumnCountProperty() prefColumnCount}. */ public static final int DEFAULT_PREF_COLUMN_COUNT = 40; /** ! * The default value for {@link #prefRowCountProperty() prefRowCount}. */ public static final int DEFAULT_PREF_ROW_COUNT = 10; private static final int DEFAULT_PARAGRAPH_CAPACITY = 32;
< prev index next >