I`m experiencing troubles with the newest versions of your PDFNet libraries. My problem is connected with the usage of PDFViewCtrl class for displaying PDF file – when using PDFNet version 5.9, everything is ok, but when using newer versions (I`ve tried 6.2123937 and 6.232582 from March and July).
The PDF is not displayed at all, and instead of file grey field is shown.
I am experiencing this problem as a part of big internal application, but for demonstration purposes I`ve written small app (it is located in attached zip file under name PdfViewCtrlDemo.java) using only one window for displaying PDF.JScrollPane pdfviewPane = new JScrollPane(view, JScrollPane.VERTICAL_SCROLLBAR_ALWAYS, JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
PDFViewScrollPane = view.getViewPane();