Sounds like you want to pad each token to 20 characters to make nice looking columns in the output?
If that's the question, up to release 6 you had to add the spaces yourself. With
Java 6 you can use the width option with printf() on PrintWriter, PrintStream and Console classes.
Is that the right topic?
[ July 29, 2007: Message edited by: Stan James ]