Just Another Java Print Preview Dialog News
Status: Pre-Alpha
Brought to you by:
haelias
Second release
Run JPrintPreview-0.2.jar to start demo application.
See release notes of first release for basic documentation.
This release adds a toolbar to the JPrintPreviewPane.
The toolbar provides a print button and some basic zoom functions.
There is more to come so stay tuned.
First release
Run JPrintPreview-0.1.jar to start demo application.
This first release does nothing more than provide you with very basic print preview functionality.
You can create a JPrintPreviewPane with a single line of code:
org.naanab.JPrintPreview.JPrintPreviewPane previewPane = new org.naanab.JPrintPreview.JPrintPreviewPane(pageable);
where 'pageable' is the Pageable object you would normally send to a PrintJob.... read more