fix typos and submenu mnemonic bug
[fanfix.git] / src / jexer / TPasswordField.java
index 1b78fc8b8db65256bf18b555004c078333da1b98..6b00f4a6653d3ba5bef763b1b66b10ba6c56d265 100644 (file)
@@ -32,7 +32,8 @@ import jexer.bits.CellAttributes;
 import jexer.bits.GraphicsChars;
 
 /**
- * TField implements an editable text field.
+ * TPasswordField implements an editable text field that displays
+ * stars/asterisks when it is not active.
  */
 public class TPasswordField extends TField {