Package de.chris_soft.utilities.swing

Examples of de.chris_soft.utilities.swing.FileList


   */
  public MultiPdfZapper() {
    xPanel.setLayout(new BorderLayout(2, 2));
    pdfThumbnailZapper = new PdfThumbnailZapper();
    xPanel.add(BorderLayout.CENTER, pdfThumbnailZapper.getComponent());
    pdfList = new FileList();
    xPanel.add(BorderLayout.WEST, pdfList.getComponent());
    pdfList.addListSelectionListener(this);
  }
View Full Code Here

TOP

Related Classes of de.chris_soft.utilities.swing.FileList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.