I have a JPanel that has graphics drawn on it, JLabels, etc..,. This JPanel is being placed on a JApplet but the contents have to scroll off the visible area - I'm using JScrollPane as well. Is there a way to zoom out on the JPanel so that the content displays smaller and can fit into the JApplet area nicer? Thanks for any helpful info.