edu.northwestern.at.utils.swing
Class Cursors

java.lang.Object
  extended by edu.northwestern.at.utils.swing.Cursors

public class Cursors
extends java.lang.Object

Cursors.


Field Summary
static java.awt.Cursor DEFAULT_CURSOR
          Default cursor.
static java.awt.Cursor HAND_CURSOR
          Hand cursor.
static java.awt.Cursor WAIT_CURSOR
          Budy cursor.
 
Constructor Summary
Cursors()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CURSOR

public static java.awt.Cursor DEFAULT_CURSOR
Default cursor.


HAND_CURSOR

public static java.awt.Cursor HAND_CURSOR
Hand cursor.


WAIT_CURSOR

public static java.awt.Cursor WAIT_CURSOR
Budy cursor.

Constructor Detail

Cursors

public Cursors()