Class JLabeledPasswordField

All Implemented Interfaces:
FocusListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, JLabeledField

public class JLabeledPasswordField extends JLabeledTextField
See Also:
  • Constructor Details

    • JLabeledPasswordField

      public JLabeledPasswordField()
    • JLabeledPasswordField

      public JLabeledPasswordField(String pLabel)
      Constructs a new component with the label displaying the passed text.
      Parameters:
      pLabel - The text to in the label.
  • Method Details