Skip navigation links
jgimmick by
jTEM

Package de.jtem.jgimmick.icons

Provides a set of useful Icon classes AND .gif-files for player-control or navigation.

See: Description

Package de.jtem.jgimmick.icons Description

Provides a set of useful Icon classes AND .gif-files for player-control or navigation. Contains some 16x16 pixel .gif-files from the Java look and feel Graphics Repository. These files are: You can access these files by using reflections, for example:
  ImageIcon metalPlay;
  Class classInPackageIcon=SquareIcon.class; //you could also take any other class in the jgimmick.icon package
  metalPlay=new ImageIcon(classInPackageIcon.getResource("Play16.gif"));
Skip navigation links
jgimmick by
jTEM

jTEM