Java Input Routines
The following is a small set of utilities to reduce some of the coding
needed to input Java variables. This includes inputting: a boolean
variable; a string variable; an integer variable; a floating poing number;
a Color (very handy - saves a lot of excess coding) variable; and FONT
parameters (Font Name, Style, and Size).
Since the the utilities are rather ubiquitous in use, they have been compiled as a package.
Examples of the use of its use may be found in the other Java codes.
If you think of any unusual ways to use these routines or have any suggestions for
additional routines, drop me a line.