I have been asked to create a GUI Address Book. I have created the several different GUI's for each screen, for example, Main Method in one class, Main Menu class, Add New Contact class (consisting of 13 JTextFields for new contacts), Search 1 class, Search 2 class, Import MUAB class, Export MUAB class, Import VCARD class, and Export VCARD class.
On the Add New Contact GUI, how do I get the data that the user enters for all 13 JTextFields and store it somewhere so that I can use it later to Import and Export in the 2 different formats mentioned above, generate 2 different Searches, and Update Contacts, Delete Contacts and to Show All Contacts in Tabular format?
Any help from anyone is much appreciated!
Thanks in advanced!