JTextArea's
Hello i was juts wondering if there was any way to get a single line of text out of a JTextArea? if so how?
[121 byte] By [
Nueb35a] at [2007-11-27 3:54:33]

http://java.sun.com/j2se/1.5.0/docs/api/javax/swing/JTextArea.htmlLook through the methods in that link, including the inherited ones. It looks like getText(int offset, int length) and getLineEndOffset() might be useful.