examples.component
Class ViewerComponentExample

java.lang.Object
  extended byexamples.component.ViewerComponentExample

public class ViewerComponentExample
extends Object

The ViewerComponentExample class is an example of how to use SwingController and SwingViewBuilder to build a PDF viewer component. A file specified at the command line is opened in a JFrame which contains the viewer component.

Since:
2.0

Constructor Summary
ViewerComponentExample()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewerComponentExample

public ViewerComponentExample()
Method Detail

main

public static void main(String[] args)