Refactoring - boolean getters and miscellaneous
[fanfix.git] / src / jexer / TPasswordField.java
index 8fd29d0d8fde69e15cb35cd1361f0fcb1d7c0b01..5cb9732e6f1e4945257a3b0837d92c90d70e8c63 100644 (file)
@@ -97,7 +97,7 @@ public final class TPasswordField extends TField {
         CellAttributes fieldColor;
 
         boolean showStars = false;
-        if (getAbsoluteActive()) {
+        if (isAbsoluteActive()) {
             fieldColor = getTheme().getColor("tfield.active");
         } else {
             fieldColor = getTheme().getColor("tfield.inactive");