174175176177178179180181182183184
b.setLength(0); } private void sendToOutput(Appendable out) throws IOException { int jw = getWidth() - b.length(); Justification j = justification; // if (jw < 0) { // j = Justification.None; // }