I am new to Java and am writing a simple application that needs to display the contents of a PDF file in a single scrolling panel. I can get individual pages to display via getPage/showPage, but I'd like to create one object that contains all the pages and let the user scroll up and down through it.
Can anyone explain to me how to do that?
Thanks! Dah