#46 StretchLayoutManager working
[fanfix.git] / src / jexer / TField.java
index 6aaf5912497659bfa3b3b07fc0ff1e64743ba0ad..1a706b16db6c2a33a928cc4d543497ac09764cec 100644 (file)
@@ -378,6 +378,17 @@ public class TField extends TWidget {
     // TWidget ----------------------------------------------------------------
     // ------------------------------------------------------------------------
 
+    /**
+     * Override TWidget's height: we can only set height at construction
+     * time.
+     *
+     * @param height new widget height (ignored)
+     */
+    @Override
+    public void setHeight(final int height) {
+        // Do nothing
+    }
+
     /**
      * Draw the text field.
      */