voji.utils
Class Icons

java.lang.Object
  |
  +--voji.utils.Icons

public final class Icons
extends java.lang.Object

This class contains many icons for your application. I took them from KDE.
They are free for commercial and non-commercial usage/distribution/modification.


Field Summary
static javax.swing.ImageIcon BOOK
          Picture:
static javax.swing.ImageIcon DATE
          Picture:
static javax.swing.ImageIcon EAST
          Picture:
static javax.swing.ImageIcon EAST_STOP
          Picture:
static javax.swing.ImageIcon EDIT
          Picture:
static javax.swing.ImageIcon FIND
          Picture:
static javax.swing.ImageIcon HELP
          Picture:
static javax.swing.ImageIcon IDEA
          Picture:
static javax.swing.ImageIcon NEW
          Picture:
static javax.swing.ImageIcon NEXT
          Picture:
static javax.swing.ImageIcon NORTH
          Picture:
static javax.swing.ImageIcon NORTH_STOP
          Picture:
static javax.swing.ImageIcon OK
          Picture:
static javax.swing.ImageIcon OPEN
          Picture:
static javax.swing.ImageIcon PREV
          Picture:
static javax.swing.ImageIcon PRINT
          Picture:
static javax.swing.ImageIcon REMOVE
          Picture:
static javax.swing.ImageIcon SAVE
          Picture:
static javax.swing.ImageIcon SOUTH
          Picture:
static javax.swing.ImageIcon SOUTH_STOP
          Picture:
static javax.swing.ImageIcon SPELL
          Picture:
static javax.swing.ImageIcon STOP
          Picture:
static javax.swing.ImageIcon TRASH
          Picture:
static javax.swing.ImageIcon UNDO
          Picture:
static javax.swing.ImageIcon WEST
          Picture:
static javax.swing.ImageIcon WEST_STOP
          Picture:
 
Constructor Summary
Icons()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOOK

public static final javax.swing.ImageIcon BOOK
Picture:


DATE

public static final javax.swing.ImageIcon DATE
Picture:


EDIT

public static final javax.swing.ImageIcon EDIT
Picture:


TRASH

public static final javax.swing.ImageIcon TRASH
Picture:


NEW

public static final javax.swing.ImageIcon NEW
Picture:


OPEN

public static final javax.swing.ImageIcon OPEN
Picture:


PRINT

public static final javax.swing.ImageIcon PRINT
Picture:


SAVE

public static final javax.swing.ImageIcon SAVE
Picture:


FIND

public static final javax.swing.ImageIcon FIND
Picture:


HELP

public static final javax.swing.ImageIcon HELP
Picture:


IDEA

public static final javax.swing.ImageIcon IDEA
Picture:


OK

public static final javax.swing.ImageIcon OK
Picture:


REMOVE

public static final javax.swing.ImageIcon REMOVE
Picture:


SPELL

public static final javax.swing.ImageIcon SPELL
Picture:


STOP

public static final javax.swing.ImageIcon STOP
Picture:


UNDO

public static final javax.swing.ImageIcon UNDO
Picture:


NORTH

public static final javax.swing.ImageIcon NORTH
Picture:


SOUTH

public static final javax.swing.ImageIcon SOUTH
Picture:


EAST

public static final javax.swing.ImageIcon EAST
Picture:


WEST

public static final javax.swing.ImageIcon WEST
Picture:


NORTH_STOP

public static final javax.swing.ImageIcon NORTH_STOP
Picture:


SOUTH_STOP

public static final javax.swing.ImageIcon SOUTH_STOP
Picture:


EAST_STOP

public static final javax.swing.ImageIcon EAST_STOP
Picture:


WEST_STOP

public static final javax.swing.ImageIcon WEST_STOP
Picture:


NEXT

public static final javax.swing.ImageIcon NEXT
Picture:


PREV

public static final javax.swing.ImageIcon PREV
Picture:

Constructor Detail

Icons

public Icons()