I\'m using String.format() in Java trying to emulate the printf() control channel available in C. I understand how to specify that a string should be placed in a field which
Same way as with printf -- use a - modifier in the format
-