Hi,
I am creating a program where I need a background image to be scrolled.
I have a class that extends JFrame and in that class, I have several JPanels.
For one of the JPanels, I want a background picture. However, the JPanel will be a smaller size than the picture and I want the user to be able to scroll over to the right or left and view the rest of the image.
Also, I am not doing any animation in this program.
Any suggestions would be greatly appreciated.