forked from coobird/thumbnailator
-
Notifications
You must be signed in to change notification settings - Fork 0
UsingThumbnailatorInNetBeans
Chris Kroells edited this page Sep 20, 2015
·
4 revisions
Using Thumbnailator in NetBeans is simple.
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.
In order to use Thumbnailator in a Java Project in NetBeans, one must include the JAR file as a library, following these directions.
- Right click on the Java project icon, select Properties
- In the dialog, under Categories, select Libraries, choose the Compile tab, and click the Add JAR/Folder button
- Choose the
Thumbnailator-<version_number>-all.jar
- Done!