I have a Java Swing GUI that consists of some JScrollPanes containing JTextAreas that get filled with data so that the scrollbars appear. Once the scrollbars appear, when I move the window to my second monitor, the JScrollPane gets very small so that I can no longer see the text it contains.I have a Java Swing GUI that consists of some J