We have created a program as a uni assignement and wish to use ICEpdf or some other pdf viewer for java.
We have created different tabs, and in one the user can select a pdf file to "upload" and view. The issue is that we wish to make it so that the user can view the pdf inside the application, while ICEpdf currently creates an extra window and displays the pdf separately.
Can this be implemented with the ICEpdf viewer component?
Attached are some images to help explain what is going on.
Edit/Update: Basically ICEpdf needs a jframe, while we need it to run inside the current window.
What we wanted to do wouldn't/couldn't work, so we just had it open in its own window from a button inside the program.