|
Lentikit like most modern java applications uses several third party
components and ideas from other places, this is an list of some of the
ideas and components used.
-
SwingWorker
when lentikit does some background, or slow processing this component from sun is used to provide a more responsive GUI.
-
Droppable file list
The source image files list uses this component to allow for simple drag and dropping from your file finder/explorer
-
Maven
The tool used for building Lentikit.
-
Sourceforge plugin for Maven
The tool used for deploying releases to Sourceforge.
-
Rob Ross's posting on
saving a JPEG and specifying DPI
. Used as a basis for setting the dpi on PNG files etc.
-
Yagga Meta Jar Utilities
. Likely to be used in a future version of Lentikit for bundling thord party libraries such as JGoodies.
Various people have directly or indirectly contributed to Lentikit, sometimes without even knowing!
|