Class TextInputPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class TextInputPanel extends JPanel
See Also:
  • Field Details

    • textField

      private final JTextField textField
    • jLabel

      private final JLabel jLabel
  • Constructor Details

    • TextInputPanel

      TextInputPanel(String label)
    • TextInputPanel

      TextInputPanel()
  • Method Details