- Zooming on a large drawing
Can someboby, please, help me to manage the zooming of an area of size 30x30 pixels of a large drawing.The drawing contains a number of shapes, but in the code that I will be posting I will be using only one shape. The drawing is made up of more than 500 shapes, reason for which has to be ...
- Zooming in + JTextPane
We are building a program that allows for HTML editing using JTextPane. Our beta users are complaining that the text is too small while editing. Is there a way to add a zoom feature to this component so users can zoom in and out of the text areas?Thanks! ...
- Zooming graphics
Dear all,I am learning Java and have an assignment that requires drawing floor plan. One of required functionality is to allow zooming in or out of part of the floor plan. I have been searching reference books and have no idea of how this can be achieve.I shall be grateful if anybody can give ...
- zooming
When I zoom on images I am animating, the animation becomes increadibly slow. Is this normal or perhaps a design flaw? I am using an Affine transform for zooming. scaling_op = new AffineTransformOp ((new AffineTransform ()).getScaleInstance ...
- zoom problem (help needed urgently)
friends,i m working on a class in which there is one JPanel inside a JInternalFrame. i have functionalities like zoomin and zoomout. for that i m writing my code on mouse clicked of JPanel but my problem is that mouseClicked method is getting called several times even if i click once on JPanel ...
- zoom a selected area of JPanel
although this problem hasbeen discussed many times but i m not getting my poblem solved here. I want to zoom a selected area of my JPanel. how should i do this. I have labels in JPanel and should be able to select these labels even after zooming the Panel.please help me . ...