stubs for TFileOpenBox, cleanup putStringXY
[fanfix.git] / src / jexer / TCheckbox.java
index 1562ca023d9af4c2adee8139f837cbbdcb5c190b..e15a47f8f8e7795f133cd3e2a7c29ec45a78c801 100644 (file)
@@ -127,7 +127,7 @@ public final class TCheckbox extends TWidget {
             getScreen().putCharXY(1, 0, ' ', checkboxColor);
         }
         getScreen().putCharXY(2, 0, ']', checkboxColor);
-        getScreen().putStrXY(4, 0, label, checkboxColor);
+        getScreen().putStringXY(4, 0, label, checkboxColor);
     }
 
     /**