X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTLabel.java;h=d6b817a845b651e1fcccef01f5e863d0bb6b86eb;hb=2ce6dab2bbd951e6d0f09f94759efda5ee4b65ac;hp=f5e966581a6dbffb6026fe088c3d1a6246491e21;hpb=55d2b2c2b29ce51f4f910448a115073371deeae8;p=fanfix.git diff --git a/src/jexer/TLabel.java b/src/jexer/TLabel.java index f5e9665..d6b817a 100644 --- a/src/jexer/TLabel.java +++ b/src/jexer/TLabel.java @@ -99,7 +99,8 @@ public final class TLabel extends TWidget { /** * Draw a static label. */ - @Override public void draw() { + @Override + public void draw() { // Setup my color CellAttributes color = new CellAttributes(); color.setTo(getTheme().getColor(colorKey));