13141516171819202122232425
public PDFHelpFrame(File pdfFile) { PDFViewer pdfv = new PDFViewer(false); try { pdfv.openFile(pdfFile); } catch (IOException ex) { ex.printStackTrace(); }