*/
public JVisualPdfPageSelectionPanel(int orientation, boolean drawDeletedItems, boolean showButtonPanel,
boolean showContextMenu, int topPanelStyle, int dndSupport, int selectionType){
this.orientation = orientation;
this.config = Configuration.getInstance();
this.pdfLoader = new PdfThumbnailsLoader(this);
this.drawDeletedItems = drawDeletedItems;
this.showButtonPanel = showButtonPanel;
this.showContextMenu = showContextMenu;
this.topPanelStyle = topPanelStyle;
this.dndSupport = dndSupport;