Customizing the user interface
This tutorial explains how to totally customize JPedal. Please note, it needs version 3.61 or later.
How to Customize display appearance
JPedal has the option to customize the gui without any need for programming knowledge.
The user may have interface options activated and deactivated in the properties file just by setting a flag to true for active, or false for inactive. If you wish to you may do this hand by editing the properties file. Alternatively you can use our new user interface to control the simpleviewer gui.
To do this using the GUI...
First open the simple viewer and click on the Edit menu option then Preferences.

Once the Preferences window is open, select the Menu option and you should see something similar to this: (may vary due to different operating systems)

Each tab in this window handles a different section of the viewer as shown below.

The check boxes represent as item within these sections. Check boxes with a plus next to it may be expaneded as they represent menus with multiple children. When deselecting an item it will no longer be displayed but the component it was on originaly on remains.

e.g The nav bar would still be present but have no buttons on it.
To remove these you need to click on the button found beneath the check box tree for each section (Button in the examle above reads "Click here to hide Menu Bar"). This will remove an entire section regardless of the options selected within the tree. If you wish you may remove all the elements from the gui, leaving just a panel.

JPedal SimpleViewer has a constructor which allows you to pass in your own component to display your pdfs on. Combine this with the ability to remove our user interface and you can add pdf viewing with ease. If you wish to use our user interface just keep them active and have a full viewer in your application with minimal code alterations.











