I am trying to build an application that displays an image in a JScrollPane. I have written a class that extends JPanel of which I override the paintComponent() function to paint the image on the...