Java PDF viewer as a JavaBean
This tutorial details how to integrate the Java PDF viewer JavaBean component into the NetBeans GUI builder Matisse.
Import the JavaBean into the Matisse Component Palette
For a complete tutorial on how to create a new project in NetBeans, and how to add a JavaBean to the component palette, please see our tutorial here.
Alternatively, assuming you already have an existing NetBeans project, and a Swing Form to place the Java PDF viewer component onto, you can follow these brief instructions.
- From the Menu Bar select, Tools -> Palette -> Swing/AWT Components
- Click on "Add from JAR"
- Navigate to where you have saved the jpedal.jar file (download it from here).
- Select SimpleViewerBean from the list of available components
- Choose the palette category where you wish to add the component (ie, Swing Controls)
- Click "Close"
The SimpleViewerBean Component should now be available in your component palette.
Using the JavaBean
Once the JavaBean has been added to the component palette, you are ready to add it to your form. You can do this by dragging and dropping it from the palette, onto the form.
Once added, you can customize the Java PDF viewer to suit your own specific needs.The PDF viewer can be sized as required, and various properties (such as default document, opening page number, scaling factor, etc) can be accessed and set through the properties panel.
Return to main PDF support section
Click here for the main PDF support area with lots of java examples, PDF tutorials and useful information to get the most out of the JPedal PDF library








