text field working
[fanfix.git] / demos / Demo1.java
index f8e8b63dac090e7a4ae4eb20a05f833339cc0473..7735b055b80062cdb5d7a79c98b376315029c271 100644 (file)
@@ -275,14 +275,12 @@ class DemoMainWindow extends TWindow {
 
         row += 2;
 
-        /*
         addLabel("Variable-width text field:", 1, row);
         addField(35, row++, 15, false, "Field text");
 
         addLabel("Fixed-width text field:", 1, row);
         addField(35, row, 15, true);
         row += 2;
-         */
 
         if (!isModal()) {
             addLabel("Radio buttons and checkboxes", 1, row);