Serialized Form


Package com.mindprod.common11

Class com.mindprod.common11.BigDate extends java.lang.Object implements Serializable

serialVersionUID: 34L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
read back a serialized BigDate object and reconstruct the missing transient fields. readObject leaves results in this. It does not create a new object.

Throws:
java.io.IOException - if can't read object
java.lang.ClassNotFoundException - if unexpected class in the stream.

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Serialize and write the BigDate object. Only the ordinal will be written. Other fields are transient.

Throws:
java.io.IOException - standard
Serialized Fields

ordinal

int ordinal
Ordinal days since Jan 01, 1970. -365968798 to 364522971. i.e. 999,999 BC to 999,999 AD.

Class com.mindprod.common11.CMPAboutBox extends java.awt.Dialog implements Serializable

Serialized Fields

_dismissButton

java.awt.Button _dismissButton
button to dismiss the dialog


_addr1

java.awt.Label _addr1
line 1 of CMP mailing address


_addr2

java.awt.Label _addr2
line 2 of CMP mailing address


_author

java.awt.Label _author
program author


_cmp

java.awt.Label _cmp
Canadian Mind Products


_copyright

java.awt.Label _copyright
copyright notice


_http

java.awt.Label _http
download URL


_jdkVersion

java.awt.Label _jdkVersion
minimum JDK version


_mailto

java.awt.Label _mailto
contact email


_phone

java.awt.Label _phone
CMP phone number


_prognameVersion

java.awt.Label _prognameVersion
program name and version


_purpose1

java.awt.Label _purpose1
line 1 of what program is for


_purpose2

java.awt.Label _purpose2
line 2 of what program is for


_released

java.awt.Label _released
yyyy-mm-dd this version released


_status

java.awt.Label _status
is prgram free, shareware etc.

Class com.mindprod.common11.ImageViewer extends java.awt.Component implements Serializable

Serialized Fields

image

java.awt.Image image
Image that this viewer is currently displaying.

Class com.mindprod.common11.ResizingImageViewer extends java.awt.Component implements Serializable

Serialized Fields

transform

java.awt.geom.AffineTransform transform
transform to flip, mirror, rotate etc. usually null.


image

java.awt.Image image
Image that this viewer is currently displaying.