Skip to content

Instantly share code, notes, and snippets.

@x3chaos
x3chaos / StringUtils.java
Created March 26, 2014 00:04
Centering text in a console window
package org.x3chaos.lel;
/**
* Some utilities for formatting Strings in console windows
*/
public class StringUtils {
/**
* Generates a String that contains the given line, centered with spaces
* inside the given width; used to create centered headers or the like. If