Viewing large log files in JavaFX in a ListView
问题 I have written a JavaFx App to view log files. The files are opened each in a new tab and I run through the text and add it to the list views. I have created a cellfactory to highlight certain text in the list file and that is all working. The problem is that the log files are between 800-1300Mb. Opening 3-4 at once and the JVM reached its memory limit. Is there another way to do this to only have the text currently being displayed in the list view in memory and as I scroll load more into