Class PdfInformationPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible

public class PdfInformationPanel extends JPanel implements PropertyChangeListener
Label for the FileChooser
Since:
2.1.1 (imported from itexttoolbox project)
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      A serial version id
      See Also:
    • filename

      String filename
      The file name of the PDF we're going to label.
    • label

      JLabel label
      the label containing the metadata
    • scrollpane

      JScrollPane scrollpane
      the scrollpane to scroll through the label
    • panel

      JPanel panel
      the panel to witch the scrollpane will be added.
  • Constructor Details

    • PdfInformationPanel

      public PdfInformationPanel()
      Construct the information label (actually it's a JPanel).
  • Method Details