- BACKGROUND_FOR_BLENDING - Static variable in class com.mindprod.common11.Build
-
colour to let app blend with CMP background
- beep() - Static method in class com.mindprod.common11.Misc
-
makeshift system beep if awt.Toolkit.beep is not available.
- beep() - Static method in class com.mindprod.common11.ST
-
makeshift system beep if awt.Toolkit.beep is not available.
- BigDate - Class in com.mindprod.common11
-
Manipulate pure dates, without time or time zone.
- BigDate() - Constructor for class com.mindprod.common11.BigDate
-
Constructor for the null date.
- BigDate(double) - Constructor for class com.mindprod.common11.BigDate
-
Construct a BigDate object given the Proleptic Julian day number.
- BigDate(int) - Constructor for class com.mindprod.common11.BigDate
-
Ordinal constructor.
- BigDate(String) - Constructor for class com.mindprod.common11.BigDate
-
Create a BigDate object from a String of the form: yyyy-mm-dd must have 4-digit years, and use dashes between the
number and no sign Does extensive checks considering leap years, missing days etc.
- BigDate(BigDate) - Constructor for class com.mindprod.common11.BigDate
-
Copy constructor
- BigDate(Date, TimeZone) - Constructor for class com.mindprod.common11.BigDate
-
Constructor from Date, loses time information.
- BigDate(int, int, int) - Constructor for class com.mindprod.common11.BigDate
-
Construct a BigDate object given a Gregorian date yyyy, mm, dd; always rejects invalid dates.
- BigDate(int, int, int, int) - Constructor for class com.mindprod.common11.BigDate
-
Construct a BigDate object given a Gregorian date yyyy, mm, dd; allows control of how invalid dates are handled.
- Build - Class in com.mindprod.common11
-
Track the build number used for all applications.
- Build() - Constructor for class com.mindprod.common11.Build
-
- build(String, int, int) - Static method in class com.mindprod.common11.FontFactory
-
Creates a new Font
from the specified name, style and
point size.
- BUILD_NUMBER - Static variable in class com.mindprod.common11.Build
-
incremented for each microrelease even when version numbers are not changed.
- BYPASSCHECK - Static variable in class com.mindprod.common11.BigDate
-
Constant: when passed to a constructor, it means caller guarantees YYYY MM DD are valid including leap year
effects and missing day effects.
- calcOrdinal() - Method in class com.mindprod.common11.BigDate
-
Convert date in form YYYY MM DD into days since the epoch, leaving results internally.
- calendarDayOfWeek(int) - Static method in class com.mindprod.common11.BigDate
-
Get day of week for given ordinal.
- calendarDayOfWeek() - Method in class com.mindprod.common11.BigDate
-
Get day of week for this BigDate.
- canonical(String) - Static method in class com.mindprod.common11.ST
-
Convert String to canonical standard form.
- cap(int, int) - Static method in class com.mindprod.common11.Limiter
-
Caps the max value, ensuring it does not go too high.
- CHECK - Static variable in class com.mindprod.common11.BigDate
-
constant: when passed to a contructor it means BigDate should check that YYYY MM DD are valid.
- chopLeadingString(String, String) - Static method in class com.mindprod.common11.ST
-
remove leading string if present
- chopTrailingString(String, String) - Static method in class com.mindprod.common11.ST
-
remove trailing string if present
- ClipboardPoker - Class in com.mindprod.common11
-
Lets us get and put the contents of the clipboard.
- ClipboardPoker() - Constructor for class com.mindprod.common11.ClipboardPoker
-
- clone() - Method in class com.mindprod.common11.BigDate
-
standard clone.
- CMPAboutBox - Class in com.mindprod.common11
-
An AWT About box that truly tells you about the program, not just the author's name.
- CMPAboutBox(String, String, String, String, String, String, int, String, String, String) - Constructor for class com.mindprod.common11.CMPAboutBox
-
Create an about box when don't have parent
- CMPAboutBox(Frame, String, String, String, String, String, String, int, String, String, String) - Constructor for class com.mindprod.common11.CMPAboutBox
-
Create an about box
- com.mindprod.common11 - package com.mindprod.common11
-
a set of utility classes that will work under Java 1.1+.
- Common11 - Class in com.mindprod.common11
-
dummy to represent the common11 package.
- Common11() - Constructor for class com.mindprod.common11.Common11
-
- compare(int, int, int, int, int, int) - Static method in class com.mindprod.common11.BigDate
-
Compare two dates in yyyy mm dd form.
- compareTo(Object) - Method in class com.mindprod.common11.BigDate
-
Compare BigDates in ascending date order.
- condense(String) - Static method in class com.mindprod.common11.ST
-
Collapse multiple spaces in string down to a single space.
- corral(int, int, int) - Static method in class com.mindprod.common11.Limiter
-
Corrals a value back into safe bounds.
- countInstances(String, String) - Static method in class com.mindprod.common11.ST
-
Count how many times a String occurs on a page.
- countInstances(String, char) - Static method in class com.mindprod.common11.ST
-
Count how many times a char occurs in a String.
- countLeading(String, char) - Static method in class com.mindprod.common11.ST
-
count of how many leading characters there are on a string matching a given character.
- countLeading(String, String) - Static method in class com.mindprod.common11.ST
-
count of how many leading characters there are on a string matching a given character.
- countTrailing(String, char) - Static method in class com.mindprod.common11.ST
-
count of how many trailing characters there are on a string matching a given character.
- countTrailing(String, String) - Static method in class com.mindprod.common11.ST
-
count of how many trailing characters there are on a string matching a given character.
- gentleStop(boolean, long) - Method in class com.mindprod.common11.StoppableThread
-
Stop this thread gracefully.
- getCalendarDayOfWeek() - Method in class com.mindprod.common11.BigDate
-
Get day of week for this BigDate.
- getClip(Component) - Static method in class com.mindprod.common11.ClipboardPoker
-
get current contents of the Clipboard as a String.
- getCopyright() - Static method in class com.mindprod.common11.BigDate
-
Embeds copyright notice
- getDate(TimeZone) - Method in class com.mindprod.common11.BigDate
-
Get java.util.Date object corresponding to this BigDate,
- getDayOfWeek() - Method in class com.mindprod.common11.BigDate
-
Get day of week for this BigDate.
- getDD() - Method in class com.mindprod.common11.BigDate
-
get day of month for this BigDate.
- getDDD() - Method in class com.mindprod.common11.BigDate
-
Get day number in the year for this BigDate.
- getDomain(URL) - Static method in class com.mindprod.common11.Misc
-
get just the domain part of this URL, with www trimmed of the host
- getImage() - Method in class com.mindprod.common11.ImageViewer
-
Get the Image currently being displayed.
- getImage() - Method in class com.mindprod.common11.ResizingImageViewer
-
Get the Image currently being displayed.
- getImageDimensions(String) - Static method in class com.mindprod.common11.ImageInfo
-
Summary: Rapidly calculate image size without loading the image.
- getISODayOfWeek() - Method in class com.mindprod.common11.BigDate
-
Get day of week 1 to 7 for this BigDate according to the ISO standard IS-8601.
- getISOWeekNumber() - Method in class com.mindprod.common11.BigDate
-
Get week number 1 to 53 of the year this date falls in, according to the rules of ISO standard IS-8601.
- getLocalDate() - Method in class com.mindprod.common11.BigDate
-
Get java.util.Date object corresponding to this BigDate.
- getLocalTimeStamp() - Method in class com.mindprod.common11.BigDate
-
Get milliseconds since 1970-01-01 00:00 GMT for this BigDate.
- getMinimumSize() - Method in class com.mindprod.common11.ImageViewer
-
Minimum layout size.
- getMinimumSize() - Method in class com.mindprod.common11.ResizingImageViewer
-
Minimum layout size.
- getMM() - Method in class com.mindprod.common11.BigDate
-
Get month of year for this BigDate.
- getOrdinal() - Method in class com.mindprod.common11.BigDate
-
get days since 1970-01-01 for this BigDate.
- getParentFrame(Component) - Static method in class com.mindprod.common11.Misc
-
find Frame/JFrame enclosing a Component/Container/Dialog/Applet...
- getPreferredSize() - Method in class com.mindprod.common11.ImageViewer
-
Preferred Layout size.
- getPreferredSize() - Method in class com.mindprod.common11.ResizingImageViewer
-
Preferred Layout size.
- getProlepticJulianDay() - Method in class com.mindprod.common11.BigDate
-
- getSeason() - Method in class com.mindprod.common11.BigDate
-
Get season of year for this BigDate.
- getTimeStamp(TimeZone) - Method in class com.mindprod.common11.BigDate
-
Get milliseconds since 1970-01-01 00:00 GMT for this BigDate, as at the start of day 0:00.
- getUTCDate() - Method in class com.mindprod.common11.BigDate
-
Get java.util.Date object corresponding to this BigDate.
- getUTCTimeStamp() - Method in class com.mindprod.common11.BigDate
-
Get milliseconds since 1970-01-01 00:00 GMT for this BigDate.
- getWeekNumber() - Method in class com.mindprod.common11.BigDate
-
Get week number 1 to 53 of the year this date falls in.
- getYYYY() - Method in class com.mindprod.common11.BigDate
-
Get year for this BigDate.
- ImageInfo - Class in com.mindprod.common11
-
Rapidly determine the gif or jpg or png image width and height without loading the image.
- ImageInfo() - Constructor for class com.mindprod.common11.ImageInfo
-
- ImageViewer - Class in com.mindprod.common11
-
Component to display an Image.
- ImageViewer() - Constructor for class com.mindprod.common11.ImageViewer
-
default Constructor
- ImageViewer(Image) - Constructor for class com.mindprod.common11.ImageViewer
-
Constructor with Image.
- indexOfWhiteSpace(String) - Static method in class com.mindprod.common11.ST
-
find the first instance of whitespace (space, \n, \r, \t in a string.
- indexOfWhiteSpace(String, int) - Static method in class com.mindprod.common11.ST
-
find the first instance of whitespace (space, \n, \r, \t in a string.
- isAnniversary(BigDate, BigDate) - Static method in class com.mindprod.common11.BigDate
-
Determine if this date is someone's birthdate, or the aniversary of their death, or the anniversary
of a marriage etc.
- isBritish - Static variable in class com.mindprod.common11.BigDate
-
PLEASE CONFIGURE isBritish BEFORE COMPILING.
- isDigit(char) - Static method in class com.mindprod.common11.ST
-
Check if char is plain ASCII digit.
- isEmpty(String) - Static method in class com.mindprod.common11.ST
-
Is this string empty? In Java 1.6 + isEmpty is build in.
- isJavaVersionOK(int, int, int) - Static method in class com.mindprod.common11.VersionCheck
-
Ensures Java runtime version e.g.
- isJavaVersionOK(int, int, int, Container) - Static method in class com.mindprod.common11.VersionCheck
-
use in a paint routine if Java version is not ok, usually tested statically.
- isLeap(int) - Static method in class com.mindprod.common11.BigDate
-
Is the given year a leap year, considering history, mod 100 and mod 400 rules? By 1582, this excess of leap years
had built up noticeably.
- isLegal(String, String) - Static method in class com.mindprod.common11.ST
-
Ensure the string contains only legal characters.
- isLegal(char, String) - Static method in class com.mindprod.common11.ST
-
Ensure the char is only one a set of legal characters.
- isLetter(char) - Static method in class com.mindprod.common11.ST
-
Check if char is plain ASCII letter lower or upper case.
- isoDayOfWeek(int) - Static method in class com.mindprod.common11.BigDate
-
Get day of week 1 to 7 for this ordinal according to the ISO standard IS-8601.
- isUnaccentedLowerCase(char) - Static method in class com.mindprod.common11.ST
-
Check if char is plain ASCII lower case.
- isUnaccentedUpperCase(char) - Static method in class com.mindprod.common11.ST
-
Check if char is plain ASCII upper case.
- isValid(String) - Static method in class com.mindprod.common11.BigDate
-
Test to see if the given yyyy-mm-dd is a date as a String is legitimate.
- isValid(int, int, int) - Static method in class com.mindprod.common11.BigDate
-
Test to see if the given yyyy, mm, dd date is legitimate.
- isVowel(char) - Static method in class com.mindprod.common11.ST
-
is this character a vowel?
- main(String[]) - Static method in class com.mindprod.common11.CMPAboutBox
-
sample test driver
- main(String[]) - Static method in class com.mindprod.common11.Common11
-
test harness
- main(String[]) - Static method in class com.mindprod.common11.ImageInfo
-
Test driver to find size of an image mentioned on the command line.
- main(String[]) - Static method in class com.mindprod.common11.Misc
-
Debug harness
- main(String[]) - Static method in class com.mindprod.common11.Shuffle
-
test driver demonstrate use of shuffle.
- main(String[]) - Static method in class com.mindprod.common11.ST
-
Test harness, used in debugging
- main(String[]) - Static method in class com.mindprod.common11.TestDate
-
Run a series of tests on BigDate to ensure it is bug-free.
- MAR - Static variable in class com.mindprod.common11.BigDate
-
March is 3
- MARCH - Static variable in class com.mindprod.common11.BigDate
-
March is 3
- MAX_ORDINAL - Static variable in class com.mindprod.common11.BigDate
-
Constant: biggest ordinal that BigDate will accept, corresponds to 999,999 Dec 31 AD.
- MAX_YEAR - Static variable in class com.mindprod.common11.BigDate
-
Constant: biggest year that BigDate handles, 999,999 AD.
- MAY - Static variable in class com.mindprod.common11.BigDate
-
May is 5
- MIN_ORDINAL - Static variable in class com.mindprod.common11.BigDate
-
Constant: earliest ordinal that BigDate handles; corresponds to 999,999 Jan 01 BC.
- MIN_YEAR - Static variable in class com.mindprod.common11.BigDate
-
Constant: earliest year that BigDate handles, 999,999 BC.
- MINDPRODCERT - Static variable in class com.mindprod.common11.Build
-
name of the code signing cert without .cer
- miniURLEncode(String) - Static method in class com.mindprod.common11.Misc
-
Tidy the URL encoding, simplified.
- Misc - Class in com.mindprod.common11
-
Simple convenience methods used often by CMP utilities.
- mm - Variable in class com.mindprod.common11.BigDate
-
Month, 1 to 12.
- MON - Static variable in class com.mindprod.common11.BigDate
-
Monday in BigDate is 1
- MONDAY - Static variable in class com.mindprod.common11.BigDate
-
Monday in BigDate is 1
- monthAbbr(int) - Static method in class com.mindprod.common11.BigDate
-
Get 3-char abbreviation of a given month of the year.
- monthName(int) - Static method in class com.mindprod.common11.BigDate
-
Get full name of a given month of the year.
- nearestXXXDay(int) - Method in class com.mindprod.common11.BigDate
-
Find the BigDate with date closest to this one with the given day of week.
- NORMALISE - Static variable in class com.mindprod.common11.BigDate
-
Constant: when passed to a constructor, it means any invalid dates are converted into the equivalent valid ones.
- normalise() - Method in class com.mindprod.common11.BigDate
-
Clean up an invalid date, leaving the results internally
e.g.
- NORMALIZE - Static variable in class com.mindprod.common11.BigDate
-
Constant: American spelling alias for NORMALISE.
- NOV - Static variable in class com.mindprod.common11.BigDate
-
November is 11
- NOVEMBER - Static variable in class com.mindprod.common11.BigDate
-
November is 11
- nthXXXDay(int, int, int, int) - Static method in class com.mindprod.common11.BigDate
-
Find the first monday in a given month, the 3rd monday or the last Thursday...
- NULL_ORDINAL - Static variable in class com.mindprod.common11.BigDate
-
Constant: ordinal to represent a null date -2,147,483,648, null Gregorian is 0,0,0.
- NULL_TIMESTAMP - Static variable in class com.mindprod.common11.BigDate
-
Constant : value for a null TimeStamp -9,223,372,036,854,775,808
- paint(Graphics) - Method in class com.mindprod.common11.ImageViewer
-
Paints this component using the given graphics context.
- paint(Graphics) - Method in class com.mindprod.common11.ResizingImageViewer
-
Paints this component using the given graphics context.
- parseDirtyLong(String) - Static method in class com.mindprod.common11.ST
-
convert a String to a long.
- parseLongPennies(String) - Static method in class com.mindprod.common11.ST
-
convert a String into long pennies.
- parseYYYY(String) - Static method in class com.mindprod.common11.BigDate
-
parse a string into yyyy which may have form:
1948
230BC
1234AD
It does not allow a space before the BC or AD.
- parseYYYYmmdd(String) - Static method in class com.mindprod.common11.BigDate
-
Parse a, possibly incomplete, date String of form yyyy-yy-dd or yyyy-mm or yyyy into a BigDate
Also handles AD/BC, 1-digit months, 1-digit days and 1, 2 or 3-digit years.
- penniesToString(long) - Static method in class com.mindprod.common11.ST
-
Print dollar currency, stored internally as scaled int.
- pluck(String) - Static method in class com.mindprod.common11.ST
-
Extracts a number from a string, returns 0 if malformed.
- pruneExcessBlankLines(String[], int) - Static method in class com.mindprod.common11.ST
-
Collapse multiple blank lines down to one.
- SAT - Static variable in class com.mindprod.common11.BigDate
-
Saturday in BigDate is 6
- SATURDAY - Static variable in class com.mindprod.common11.BigDate
-
Saturday in BigDate is 6
- SEP - Static variable in class com.mindprod.common11.BigDate
-
September is 9
- SEPTEMBER - Static variable in class com.mindprod.common11.BigDate
-
September is 9
- serialVersionUID - Static variable in class com.mindprod.common11.BigDate
-
used to identify this version of serialised BigDate objects
- set(int) - Method in class com.mindprod.common11.BigDate
-
Set the ordinal field, and compute the equivalent internal Gregorian yyyy mm dd fields.
- set(int, int, int) - Method in class com.mindprod.common11.BigDate
-
Set the yyyy mm dd Gregorian fields, and compute the internal ordinal equivalent.
- set(int, int, int, int) - Method in class com.mindprod.common11.BigDate
-
Set the Gregorian fields, and compute the ordinal equivalent with the same modifiers CHECK, NORMALIZE,
BYPASSCHECK as the constructor.
- setClip(String, Component) - Static method in class com.mindprod.common11.ClipboardPoker
-
Copy data into the Clipboard.
- setDateAtTime(long, TimeZone) - Method in class com.mindprod.common11.BigDate
-
Sets the date that corresponding to a given utc timestamp at a given TimeZone.
- setImage(Image) - Method in class com.mindprod.common11.ImageViewer
-
Set or change the current Image to display.
- setImage(Image) - Method in class com.mindprod.common11.ResizingImageViewer
-
Set or change the current Image to display.
- setLineSeparator(String) - Static method in class com.mindprod.common11.Localise
-
Use a line separator other than the system default.
- setOrdinal(int) - Method in class com.mindprod.common11.BigDate
-
Set the ordinal field, and compute the equivalent internal Gregorian yyyy mm dd fields.
- Shuffle - Class in com.mindprod.common11
-
Shuffles an int[], much like Collections.shuffle.
- Shuffle() - Constructor for class com.mindprod.common11.Shuffle
-
- shuffle(int[]) - Static method in class com.mindprod.common11.Shuffle
-
Shuffle an array whene Collections.shuffle is not available or where you need high quality randomness.
- shuffle(int[], Random) - Static method in class com.mindprod.common11.Shuffle
-
This method uses the same technique as Collections.shuffle, but is somewhat simpler with direct array access.
- signum(long) - Static method in class com.mindprod.common11.Misc
-
alternate to signum for use in compare.
- signum(double) - Static method in class com.mindprod.common11.Misc
-
Collapse magnitude down to +1, 0 or -1 .
- signum(float) - Static method in class com.mindprod.common11.Misc
-
Collapse magnitude down to +1, 0 or -1 .
- spaceOut(String) - Static method in class com.mindprod.common11.ST
-
insert spaces between the letters
- spaces(int) - Static method in class com.mindprod.common11.ST
-
Generate a string of spaces n chars long.
- squish(String) - Static method in class com.mindprod.common11.ST
-
Remove all spaces from a String.
- ST - Class in com.mindprod.common11
-
Miscellaneous static methods for dealing with Strings in JDK 1.1+.
- ST() - Constructor for class com.mindprod.common11.ST
-
Dummy constructor
ST contains only static methods.
- start() - Method in class com.mindprod.common11.StoppableThread
-
Start this thread executing its run method on a separate thread.
- StoppableThread - Class in com.mindprod.common11
-
A thread you can stop gently and safely.
- StoppableThread(Runnable) - Constructor for class com.mindprod.common11.StoppableThread
-
Constructor.
- stopping() - Method in class com.mindprod.common11.StoppableThread
-
this.run should call stopping() at convenient invervals to see if it has been requested to stop.
- SUN - Static variable in class com.mindprod.common11.BigDate
-
Sunday is 0
- SUNDAY - Static variable in class com.mindprod.common11.BigDate
-
Sunday is 0
- TestDate - Class in com.mindprod.common11
-
Validate BigDate to ensure it is bug-free.
- TestDate() - Constructor for class com.mindprod.common11.TestDate
-
- THIS_COPYRIGHT_YEAR - Static variable in class com.mindprod.common11.Build
-
current year, used for copyright, might differ from Misc.thisYear() if flip copyright a few days early or late
- thisDayOfMonth() - Static method in class com.mindprod.common11.Misc
-
Get this day e.g.
- thisMonth() - Static method in class com.mindprod.common11.Misc
-
Get this month e.g.
- thisYear() - Static method in class com.mindprod.common11.Misc
-
Get this year e.g.
- THU - Static variable in class com.mindprod.common11.BigDate
-
Thursday in BigDate is 4
- THURSDAY - Static variable in class com.mindprod.common11.BigDate
-
Thursday in BigDate is 4
- toBookTitleCase(String) - Static method in class com.mindprod.common11.ST
-
convert to Book Title case, with first letter of each word capitalised.
- today(TimeZone) - Static method in class com.mindprod.common11.BigDate
-
Returns a BigDate object initialised to the date right now in the given TimeZone.
- toDowMMDDYY() - Method in class com.mindprod.common11.BigDate
-
Convert date to a human-readable String [wed mm/dd/yy]
- toGregorian() - Method in class com.mindprod.common11.BigDate
-
converts ordinal to YYYY MM DD, leaving results internally.
- toHexString(int) - Static method in class com.mindprod.common11.ST
-
Convert int to hex with lead zeroes
- toLowerCase(char) - Static method in class com.mindprod.common11.ST
-
Quick replacement for Character.toLowerCase for use with English-only.
- toLowerCase(String) - Static method in class com.mindprod.common11.ST
-
Quick replacement for Character.toLowerCase for use with English-only.
- toLZ(int, int) - Static method in class com.mindprod.common11.ST
-
Convert an integer to a String, with left zeroes.
- toLZ(long, int) - Static method in class com.mindprod.common11.ST
-
Convert an long to a String, with left zeroes.
- toLZHexString(int, int) - Static method in class com.mindprod.common11.ST
-
convert an integer value to unsigned hex with leading zeroes.
- toOrdinal(String) - Static method in class com.mindprod.common11.BigDate
-
Convert ISO date string in form YYYY-MM-DD into days since the 1970-01-01.
- toOrdinal(int, int, int) - Static method in class com.mindprod.common11.BigDate
-
Convert date in form YYYY MM DD into days since the 1970-01-01.
- toString() - Method in class com.mindprod.common11.BigDate
-
Convert date to a human-readable String.
- toString(Color) - Static method in class com.mindprod.common11.ST
-
Get #ffffff html hex number for a colour
- toUpperCase(char) - Static method in class com.mindprod.common11.ST
-
Quick replacement for Character.toUpperCase for use with English-only.
- toUpperCase(String) - Static method in class com.mindprod.common11.ST
-
Quick replacement for Character.toUpperCase for use with English-only.
- toYYYYString() - Method in class com.mindprod.common11.BigDate
-
Convert just year part of date to a human-readable String.
- trimLeading(String) - Static method in class com.mindprod.common11.ST
-
Removes white space from beginning this string.
- trimLeading(String, char) - Static method in class com.mindprod.common11.ST
-
trim leading characters there are on a string matching a given character.
- trimLeading(String, String) - Static method in class com.mindprod.common11.ST
-
trim leading characters there are on a string matching a given characters
- trimTrailing(String) - Static method in class com.mindprod.common11.ST
-
Removes white space from end this string.
- trimTrailing(String, char) - Static method in class com.mindprod.common11.ST
-
trim trailing characters there are on a string matching a given character.
- trimTrailing(String, String) - Static method in class com.mindprod.common11.ST
-
trim trailing characters there are on a string matching given characters.
- TUE - Static variable in class com.mindprod.common11.BigDate
-
Tuesday in BigDate is 2
- TUESDAY - Static variable in class com.mindprod.common11.BigDate
-
Tuesday in BigDate is 2
- twirl(PrintStream) - Method in class com.mindprod.common11.Twirler
-
make the twirling display kick over 1/8 rev.
- Twirler - Class in com.mindprod.common11
-
Displays twirling activity indicator on the console.
- Twirler() - Constructor for class com.mindprod.common11.Twirler
-
null constructor