6869707172737475767778
} protected PrintStream getOut() { UIOutput output = getOutput(); if (output != null) { return output.out(); } else { return System.out; } } @Override