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.
Serialized Fields

how

int how
how last set was done one of int codes for CHECK BYPASSCHECK NORMALIZE NORMALISE


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


showAddr1

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


showAddr2

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


showAuthor

java.awt.Label showAuthor
program author


showCMP

java.awt.Label showCMP
Canadian Mind Products


showCopyright

java.awt.Label showCopyright
copyright notice


showDownloadURL

java.awt.Label showDownloadURL
download URL


showMailTo

java.awt.Label showMailTo
contact email


showMinJdkVersion

java.awt.Label showMinJdkVersion
minimum JDK version


showPhone

java.awt.Label showPhone
CMP phone number


showProgramVersionBuild

java.awt.Label showProgramVersionBuild
program name and version


showPurpose1

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


showPurpose2

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


showReleaseDate

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


showRunningJdkVersion

java.awt.Label showRunningJdkVersion
running JDK version


showStatus

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


showVmName

java.awt.Label showVmName
vmName e.g. Excelsior JET or Java HotSpot(TM) 64-Bit Server VM

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.