Ask your own question, for FREE!
MIT 6.189 A Gentle Introduction to Programming Using Python (OCW) 16 Online
OpenStudy (anonymous):

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.

OpenStudy (e.mccormick):

Which part of this is giving you trouble?

OpenStudy (anonymous):

The public static I need to know how to write it

OpenStudy (e.mccormick):

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.

OpenStudy (anonymous):

this is a little difficult

OpenStudy (anonymous):

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)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!