Skip navigation links
jgimmick by
jTEM
The jgimmick package provides useful swing gadgets: a jog wheel and a timer control panel.

See: Description

Packages 
Package Description
de.jtem.jgimmick
The jgimmick package provides useful swing gadgets: a jog wheel and a timer control panel.
de.jtem.jgimmick.icons
Provides a set of useful Icon classes AND .gif-files for player-control or navigation.
The jgimmick package provides useful swing gadgets: a jog wheel and a timer control panel.

Icons

Further more this library provides a set of Icons for player-controling and navigating gui-elements (also used by the TimerControlPanel, see screenshots above). On the one hand there are classes, drawing geometric Icons (e.g.: jgimmick.icon.ArrowIcon), on the other hand there are .gif-files from the Java look and feel Graphics Repository, from the Media-Section. These files are also saved in the icon-package:

In a java-class you can acces these files by reflection, for example:

ImageIcon metalPlay;
Class classInPackageIcon=SquareIcon.class; //or any other class of jgimmick.icon
metalPlay=new ImageIcon(classInPackageIcon.getResource("Play16.gif"));

Skip navigation links
jgimmick by
jTEM

jTEM