X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjexer%2Fbits%2FCellAttributes.java;h=7dce699468562bf3b9f776a79a58eb66ada3f9bd;hb=623a1bd12877164ce2ae515e176b809d9c1a2041;hp=5bfa847e8cbe57c3dda6ff8e169e998a4693cbcb;hpb=624ce48ecf9a314771bd8f1616d8035b0253d8a0;p=nikiroo-utils.git diff --git a/src/jexer/bits/CellAttributes.java b/src/jexer/bits/CellAttributes.java index 5bfa847..7dce699 100644 --- a/src/jexer/bits/CellAttributes.java +++ b/src/jexer/bits/CellAttributes.java @@ -160,7 +160,7 @@ public class CellAttributes { * @param color "red", "blue", etc. * @return Color.RED, Color.BLUE, etc. */ - static private Color colorFromString(String color) { + static public Color colorFromString(String color) { switch (color.toLowerCase()) { case "black": return Color.BLACK;