public class Utilities
extends java.lang.Object
Constructor and Description |
---|
Utilities() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
rightJustify(int fieldSize,
java.lang.String field)
Right justify a field within a certain number of spaces.
|
public static java.lang.String rightJustify(int fieldSize, java.lang.String field)
fieldSize
- field size to right justify field within.field
- contents to right justify within field.