Q: How can I change the main document pane background, where one can view and navigate through the PDF pages, in Qoppa’s PDF components jPDFViewer, jPDFNotes or jPDFEditor?
A: This is how you can change the main pane background:
pdfNotesBean.getRootPane().getContentPane().setBackground(Color.darkGray); |