1. zoom a JPanel and all of its components stackoverflow.comI have a big JPanel which holds many TileMapping objects (TileMapping extends JPanel). I want to zoom the big JPanel and all of its components to be scaled aswell. A TileMapping ... |
2. Zooming in and zooming out within a panel stackoverflow.comI have a Panel in which some 2D objects are moving about. I have overridden paintComponent() as necessary. Now I want to be able to zoom in and zoom out that ... |
3. Zoom in Jpanel coderanch.com |
4. How create 'zoom' in JPanel ? coderanch.com |
5. JPanel - Zoom out coderanch.com |
6. JPanel and Graphics zoom. java-forums.orgI have a print preview on one of my panels and it is basically a JPanel with the paintComponent method overridden. It basically draws a print preview. I would like to be able to zoom in and out. Almost as if there is a camera looking at a 2d plane. The reason for this is for different resolution, I dont want ... |