347348349350351352353354355356357
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();