JPedal 3.61 and later includes can now be used to add PDF support to your application in just two lines of code.

      SimpleViewer viewer = new SimpleViewer(rootContainer, null);

      frame.add(rootContainer, BorderLayout.CENTER);

rootContainer = Display Component

frame = Your applications GUI

For more information read the tutorial