1
vote
0answers
149 views

zooming an image view android

I'm developing a program to guide students in my college to go around the building. The only problem now is with zooming. I tried this code to zoom in and out an image view and it is working but the ...
0
votes
1answer
178 views

Properly resizing both JScrollPane and it's content

I am building a small java application that deals with taking screenshots. I have a custom class that inherits from JPanel called ScreenshotPanel that holds the image, and it is inside a JScrollPane. ...
0
votes
1answer
209 views

Object on Image does not move when Image moves

I have two classes. The first, JPanelImage, adds an Image to my JPanel. The second, myObjet, represents the object I want to add on my Image. The Image can move and can zoom. The problem is that when ...