Displaying Last Lines of Array Text
in
Programming Questions
•
1 year ago
Hello
I would like to load a large text file but when it load I want to see the last line of my whole text at the bottom of the screen (instead of seeing the first line on the top of the screen).
I am following this post (
http://forum.processing.org/topic/large-text-on-screen) and using the code that is presented there. How can I change the display of the text lines to show the last line of the whole text appear on the bottom (and of course all the rest text appears above this).
Many thanks!
1