Class NameChecker

    • Field Detail

      • oldNameLabel

        protected JLabel oldNameLabel
      • group

        protected boolean group
      • confirmButton

        protected JButton confirmButton
      • description

        protected JLabel description
    • Constructor Detail

      • NameChecker

        public NameChecker​(JTextField nameField,
                           JLabel oldNameLabel,
                           boolean group,
                           JButton confirmButton,
                           JLabel description)
        If group is true, the name is checked as a group name, otherwise it is checked as a record name.
        Parameters:
        nameField - nameField
        oldNameLabel - oldNameLabel
        group - group
        confirmButton - confirmButton
        description - description