Memory « JTextPane « Java Swing Q&A





1. Limit JTextPane memory usage    stackoverflow.com

I have an application which continuously receives data on a socket, and then logs this data to a file while also displaying this data in a JTextPane. Naturally, as data is ...