|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectmyCursors
class myCursors
This method basically uses a customized mouse pointer for use in PAINT. It looks in "/images/myPencil.gif". It seems to be missing a period in front of /images so therefore that might be a bug. There are no OS/Hardware dependencies or variances. There are no security constraints. There are no references to any external specifications.
Field Summary | |
---|---|
(package private) java.awt.Image |
img
This creates a variable of class Image called img. |
java.awt.Cursor |
pencilCursor
This field is a creation of a custom cursor to be used in PAINT. |
(package private) java.awt.Toolkit |
tk
This is the class type Toolkit. |
Constructor Summary | |
---|---|
myCursors()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
java.awt.Toolkit tk
java.awt.Image img
public java.awt.Cursor pencilCursor
Constructor Detail |
---|
myCursors()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |