I have a JPanel that may be resized inside a JScrollPane, but when it happens the scrollpane doesn't updates. I have the code below so you can test it and se that the JScrollPane stays the same. The ...