See: Description
Class | Description |
---|---|
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. |
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"));