I have a a JPanel with a BorderLayout()
BorderLayout.CENTER contains a JComponent which implements scrollable And the north contains a JLabel, when ever I call setText() on the JLabel, the positioning of the JComponent resets back to the default position, of viewing the top left point? Are there methods to get around this, I have had a look in the api but I cannot see anything.
Any help would be much appreciated.