i see you use ScrollPane.
You should try JScrollPaneinsterd of ScrollPane.
I have simialr problem before, someone told me the problem, i just ignored, i don't think i use any heavyweight components. Finally, i checked that i used one indeed, all problems were solved when i changed the component to lightweight, e.g., changed TextArea to JTextArea. Hope this help.