Here at IDR Solutions we like to create useful tutorial guides to help with common problems that people can sometimes come across.

Tutorials

Setting up Continuous Testing with Jenkins

Whether working on a small or or large project, it is always crucial to have some form of testing. At IDR Solutions we spend...
Ernest Duodu
2 min read

How to implement Drag and Drop Function in a…

I have spent alot of time working on implementing more functionality of our JavaFX PDF Viewer. I recently added a drag and drop functionality...
Ernest Duodu
2 min read

Java 8 Method References explained in 5 minutes

At IDR Solutions we use Java 8 for the development of our products (a Java PDF Viewer and SDK, PDF to HTML5 converter and a Java ImageIO replacement). As I...
Ernest Duodu
3 min read

PDF Coons Shading – find color value of given…

In my previous article I investigated and wrote about A beginners guide to PDF lattice shading and in this article I will be focusing...
suda
2 min read

Running tests on both JavaFX and Swing using Junit

In a previous article I began to describe how you can set up a test frame using JUnit and Jemmy that could easily be...
Kieran France
3 min read