Returns the number of lines of text in this TextPanel.
()
| 1153 | |
| 1154 | /** Returns the number of lines of text in this TextPanel. */ |
| 1155 | public int getLineCount() { |
| 1156 | return iRowCount; |
| 1157 | } |
| 1158 | |
| 1159 | /** Returns the specified line as a string. The argument |
| 1160 | must be greater than or equal to zero and less than |
no outgoing calls
no test coverage detected