Dynamically refresh JTextArea as processing occurs?

Try this:

jTextArea.update(jTextArea.getGraphics());

Leave a Comment