All Stories

How to set Z order of nodes in JavaFX

One of the problems that cropped up while converting our Java3D PageFlow PDF viewer mode to JavaFX was the issue of how to replicate...
Leon Atherton
1 min read

No Startxref found in last 1024 bytes opening file…

A PDF file contains a couple of key pointers. One of them is a pointer to the start of the table which describes the...
Mark Stephens
44 sec read

Integrating JavaFX with Swing: The JFXPanel

If you want to use JavaFX, there are essentially two ways you can do so. The first is to create a standard JavaFX project...
Leon Atherton
2 min read

How to identify a PDF file

The best way to identify a PDF file is to scan the first line of the file. In theory the first line of a...
Mark Stephens
49 sec read

How to use Jemmy with JUnit in NetBeans

We are always constantly looking to improve and refine our testing. Currently we are looking into improving our tests for forms in our PDF...
Lyndon Armitage
59 sec read