/**
* Initialize this PDFViewer by creating the GUI.
*/
protected void init() {
page = new PagePanel();
page.addKeyListener(this);
if (doThumb) {
split = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
split.addPropertyChangeListener(JSplitPane.DIVIDER_LOCATION_PROPERTY,