java/sql-dk/src/info/globalcode/sql/dk/ColorfulPrintWriter.java
branchv_0
changeset 155 eb3676c6929b
parent 126 2357a9d08660
--- a/java/sql-dk/src/info/globalcode/sql/dk/ColorfulPrintWriter.java	Fri Jan 10 20:13:16 2014 +0100
+++ b/java/sql-dk/src/info/globalcode/sql/dk/ColorfulPrintWriter.java	Fri Jan 10 23:21:28 2014 +0100
@@ -26,6 +26,10 @@
 import java.util.EnumSet;
 
 /**
+ * PrintWriter with convenience methods for printing color and formatted text.
+ *
+ * Uses ANSI Escape Sequences.
+ * See: http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/x329.html
  *
  * @author Ing. František Kučera (frantovo.cz)
  */