JPedal can 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 application's GUI

For more information read the tutorial