Package com.mindprod.common11

a set of utility classes that will work under Java 1.1+.

See:
          Description

Class Summary
BigDate Manipulate pure dates, without time or time zone.
Build Track the build number used for all applications.
ClipboardPoker Lets us get and put the contents of the clipboard.
CMPAboutBox An AWT About box that truly tells you about the program, not just the author's name.
Common11 dummy to represent the common11 package.
FontFactory Modifies Java's logical font mapping.
Hybrid Converts an Applet into an Application.
ImageInfo Rapidly determine the gif or jpg or png image width and height without loading the image.
ImageViewer Component to display an Image.
Limiter Simple methods to corral values into bounds.
Localise Miscellaneous static methods localising an app to a particular platform under JDK 1.1+.
Misc Simple convenience methods used often by CMP utilities.
ResizingImageViewer Component to display an Image, magnifying or shrinking it.
Shuffle Shuffles an int[], much like Collections.shuffle.
ST Miscellaneous static methods for dealing with Strings in JDK 1.1+.
StoppableThread A thread you can stop gently and safely.
TestDate Validate BigDate to ensure it is bug-free.
VersionCheck Check that Java version is sufficiently recent.
 

Package com.mindprod.common11 Description

a set of utility classes that will work under Java 1.1+.

They include string handling, Image viewing, an about box, BigDate simplified calendar handling, a Stoppable Thread, and a way to check the Java version.

Since:
1997
Version:
2.1 2008-12-16 new methods in BigDate
Author:
Roedy Green, Canadian Mind Products