I have a Java (Swing) data logging application writing text to a JTextArea inside a JScrollPane. The applications appends text to the JTextArea and it scrolls up accordingly. There is only ...
JTextArea
JScrollPane