Is there a way to update JEditorPane right after the moment of setting page?
I want to implement kind of log. So I press button and message appear in JEditorPane right after appropriate event.
Now all messages displayed in JEditorPane after processing button click.