Oracle Forms 9i Samples and Demos


Serialized Form


Package oracle.forms.demos.beans

Class oracle.forms.demos.beans.TickerApplet implements Serializable

Serialized Fields

x

int x

y

int y

swidth

int swidth

sheight

int sheight

height

int height

width

int width

fontSize

int fontSize

font

java.awt.Font font

background

java.awt.Color background

foreground

java.awt.Color foreground

memImage

java.awt.Image memImage

offScr

java.awt.Graphics offScr

df

java.text.DateFormat df

tickerThread

java.lang.Thread tickerThread
The thread used by this component

m_continue

boolean m_continue


Oracle Forms 9i Samples and Demos