X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTLabel.java;h=801db2a25ac299f5571c70c53611c2fd048538b5;hb=a043164fd1cc1b38f03bb104f8b5240cdf5705c6;hp=ad30035980ef1c4ae13fdd3cac0ac89a39eb43b8;hpb=7c870d89433346ccb5505f8f9ba62d3fc18fe996;p=fanfix.git diff --git a/src/jexer/TLabel.java b/src/jexer/TLabel.java index ad30035..801db2a 100644 --- a/src/jexer/TLabel.java +++ b/src/jexer/TLabel.java @@ -108,7 +108,7 @@ public final class TLabel extends TWidget { CellAttributes background = getWindow().getBackground(); color.setBackColor(background.getBackColor()); - getScreen().putStrXY(0, 0, label, color); + getScreen().putStringXY(0, 0, label, color); } }