Skip to content

UsingThumbnailatorInNetBeans

Chris Kroells edited this page Sep 20, 2015 · 4 revisions

How to use Thumbnailator in NetBeans

Using Thumbnailator in NetBeans is simple.

Download the JAR

First, download the JAR file from the Downloads page.

When choosing a JAR, using the Thumbnailator-<version_number>-all.jar is recommended, as the JAR contains the sources, which will allow NetBeans to display the Javadoc documentation as part of auto-complete.

Add the JAR to the Build Path

In order to use Thumbnailator in a Java Project in NetBeans, one must include the JAR file as a library, following these directions.

  1. Right click on the Java project icon, select Properties

https://raw.githubusercontent.com/wiki/coobird/thumbnailator/img/using/netbeans/thumbnail-step1.png

  1. In the dialog, under Categories, select Libraries, choose the Compile tab, and click the Add JAR/Folder button

https://raw.githubusercontent.com/wiki/coobird/thumbnailator/img/using/netbeans/thumbnail-step2.png

  1. Choose the Thumbnailator-<version_number>-all.jar

https://raw.githubusercontent.com/wiki/coobird/thumbnailator/img/using/netbeans/thumbnail-step3.png

  1. Done!

https://raw.githubusercontent.com/wiki/coobird/thumbnailator/img/using/netbeans/thumbnail-step4.png

Clone this wiki locally