I am currently working with a group on a map viewer using Java Swing, this is the first time we are using Swing for all of us. All maps are single page .pdf files.
I have created a window using JFrame but unable to figure out how to create a box, and have just the pdf page display in that box and make it able to be zoomed in and out as well as dragging the pdf file with in the box after zooming in. Is there a way to achieve this?
I know we are suppose to provide some code, but we don't know how to even start this.