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

      Viewer viewer = new Viewer(rootContainer, null);

      frame.add(rootContainer, BorderLayout.CENTER);

rootContainer = Display Component

frame = Your applications GUI

For more information read the tutorial