X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTLabel.java;h=d5bb24cd3f180f2fe5985f6dce80ef56c4aff6c5;hb=68c5cd6bec3dc425ef5b55fec399d4bdc9afa7cb;hp=f5e966581a6dbffb6026fe088c3d1a6246491e21;hpb=e16dda65585466c8987bd1efd718431450a96605;p=fanfix.git diff --git a/src/jexer/TLabel.java b/src/jexer/TLabel.java index f5e9665..d5bb24c 100644 --- a/src/jexer/TLabel.java +++ b/src/jexer/TLabel.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2016 Kevin Lamonte + * Copyright (C) 2017 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -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));