Oracle Forms 9i Samples and Demos


Serialized Form


Package oracle.forms.demos

Class oracle.forms.demos.ModCursor implements Serializable

Serialized Fields

std

java.awt.Cursor std
Store the standard cursor when we need to switch back when the mouse skadoodles

mod

java.awt.Cursor mod
Store the modified cursor to use when the mouse moves over the component

cursorType

java.lang.String cursorType
Store the modified cursor name as a string


Oracle Forms 9i Samples and Demos