338339340341342343344345346347348
public PreviewPane() { this.menus = new JMenu[0]; setLayout(new BorderLayout()); zoomModel = new KeyedComboBoxModel(); zoomModel.setAllowOtherValue(true); zoom = ZOOM_FACTORS[DEFAULT_ZOOM_INDEX]; pageDrawable = new PageBackgroundDrawable();