I have a picture with the batch of numbered parts (about 50).
Each part has a short text description.
When user presses Submit button, a particular part should be displayed in a label as well as its description.
What is the proper way to do this? Do I have to place each part on a separate layer? If yes, how can I make one particular layer be displayed and show its description as well?
How about rather than splitting the image you just zoom in and move the x and y coordinates of the image.
So start with a button listener then have:
You'll have to test with the x and y values of the image to show exactly what you want, but I think this is easier than cutting the image up and having a massive library.
Also just an idea you could then add some scrolling to it.
Hope this helps