My program is supposed to get information about a person (first and last names, address, phone) so that it can add the person into an address book.
I made a JLabel
which gives instructions on what to enter right below. Below the JLabel
is a JTextField
which has an ActionListener
listening to what is being entered. My method has about 8 ActionListener
's with 8 actionPerformed
methods. I am running into trouble it is not working. I can't figure out any other way.