Large Text on Screen
in
Programming Questions
•
1 year ago
Hello.
Is it possible to load a really big text file so that it can appear on screen? I have tried using an arraylist, and also tried the loadStrings method, but if the text is more than 10.000 lines, the program does not respond well.
So, how is it possible to have all this text appear on the screen?
Many thanks
1