Ernest Duodu

  Ernest is a Java developer. Outside programming, he also enjoys a wide variety of hobbies which includes sky-diving, photography, exercising and listening to music.

 



18 Stories by Ernest Duodu

How to use GitHub hosted Maven artifact in NetBeans IDE

In my previous article I wrote, we went through a step by step process of creating a GitHub account and hosting our Maven artifact...
1 min read

How to host a Maven artifact on GitHub

Recently at IDR Solutions, I have been working on converting our existing Ant NetBeans plugin to Maven. In order to do so I had...
2 min read

How to Create a JavaFX GUI using Scene Builder in NetBeans

At IDR Solutions I spend some of my time working with JPedal (our PDF Viewer which uses both Swing and JavaFX to provide some sophisticated...
3 min read

How to implement Drag and Drop Function in a JavaFX Application

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

How to write TIFF images in Java (Tutorial)

In this article, we will walk you through how to write out images as TIFF images in Java. We also have a related article...
54 sec read