Skip navigation links
jgimmick by
jTEM

Package de.jtem.jgimmick

The jgimmick package provides useful swing gadgets: a jog wheel and a timer control panel.

See: Description

Package de.jtem.jgimmick Description

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