Design, implement, test, and debug a program with a JFrame that allows the user to enter a series of contacts’ names, ages, e-mail addresses, and cell phone numbers, and creates a file from the entered data. Validate the age entry to ensure that it is numeric and between 0 and 120. Include information for three to five contacts.
Which part of this is giving you trouble?
The public static I need to know how to write it
You mean the required parts of Java code? ``` public class ClassName { public static void main (String[] args) { // Bunch of code goes here... } } ``` The ClassName MUST match the file name or it will not work. That is part of Java.
this is a little difficult
I need more help in the middle part like in the public class section i have public Contact information private JTextfield nameTextField = new nameTextField (1)
Join our real-time social learning platform and learn together with your friends!