Method setRows(int rows)
Return type: void
Member of:
javax.swing.JTextArea
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
valueTextArea.setRows(10);
2
astArea.setRows(20);
3
sqlField.setRows(4);
4
mTextArea.setRows(4);
5
txtDescription.setRows(3);
6
textarea.setRows(5);
7
txtVersions.setRows(3);
8
descTextArea.setRows(3);
9
errorMessageArea.setRows(3);
10
text.setRows(5);
11
statusArea.setRows(3);
12
jTextAreaCompany.setRows (1);
13
_descriptionArea.setRows( 3 );
14
m_textArea.setRows(rows);
15
taAgreement.setRows(12);
16
description.setRows(5);
17
jTextAreaMessageText.setRows(4);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.