aspose file tools
The moose likes Beginning Java and the fly likes Move to next line. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Move to next line." Watch "Move to next line." New topic
Author

Move to next line.

Mathew Mintalm
Ranch Hand

Joined: Feb 21, 2010
Posts: 102

Hello.

I guess its simple question, but i can find answer. So for example I have button with Action:

textArea.insert("Sample Text");

And now I would like to move to next line automatically.

How can i do it?

textArea - its my JTextArea

/edit - ok sorry, found it ( "\n" )
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Move to next line.
 
Similar Threads
Will a started thread run to completion in this example?
textarea array value stored in another array
Formatting text in JTextArea
textarea array value stored in another array
Info Regarding readLine() in java