GUI get messed up efter minimazed?
Hello guys!I got an anoying problem.
We got an JTextArea inside a JScrollPane like:
JTextArea jTextArea = new JTextArea(10, 35);
JScrollPane jScrollPane = new JScrollPane(jTextArea, JScrollPane.VERTICAL_SCROLLBAR_ALWAYS, JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS)
When we minimaze the window and open it again, very often the JScrollPane has been collpased in height. The width is correct, but not the height. But you can hardly not see the JTextArea any more.
This seems to be the reson why the rest of the GUI get messed upp.
If any one got any idea how to fix this please let me know.
Best
Regards
Fredrik
