981982983984985986987988989990
public void run() { fspp = new PagePanel(); fspp.setBackground(Color.black); page.showPage(null); fullScreen = new FullScreenWindow(fspp, force); fspp.addKeyListener(PDFFrame.this); gotoPage(curpage); fullScreenAction.setEnabled(true); }