I am trying to improve an existing implementation of a document display component. One of the problems was that when loading most of the text, we get an OOM exception.
From my previous experience with .net, I know that some basic component implements swap, therefore, all the text does not visually load into the document, so everything works not only faster, but we also hope to avoid the OOM exception.
So, I was wondering if there are any basic swing components, in particular the JTextPanel, that support these features?
Thank you for your help.
source
share