Class PDFReader

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class PDFReader extends JFrame
An application to read PDF documents. This will provide Acrobat Reader like funtionality.
Author:
Ben Litchfield
See Also:
  • Constructor Details

    • PDFReader

      public PDFReader()
      Constructor.
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Parameters:
      args - the command line arguments
      Throws:
      Exception - If anything goes wrong.
    • getBottomStatusPanel

      public ReaderBottomPanel getBottomStatusPanel()
      Get the bottom status panel.
      Returns:
      The bottom status panel.