|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| ArrowIcon | An Icon showing an arrow with a specifiable direction and
size. |
| RectanglesIcon | An Icon showing two vertical rectangles. |
| SquareIcon | An Icon showing a square. |
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:
ImageIcon metalPlay;
Class classInPackageIcon=SquareIcon.class; //you could also take any other class in the org.jscience.swing.spinner.icon package
metalPlay=new ImageIcon(classInPackageIcon.getResource("Play16.gif"));
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||