| | |
Help!!! Help!!! Help!!!
Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Mar 2007
Posts: 13
Reputation:
Solved Threads: 0
im a 1st yr IT student, we have a final project this end of class. . . all we have to do is make a program using java. Honestly, java is very hard for me so if i can have a favor please help me to understand it more. . . Iam willing to have a tutorial on how to make a program... Our professor told us to make a phonebook. . .thank a lot who willing to help me . . . reply asap
You were completely and utterly incapable even of reading your courseware or listening to your teacher while he was teaching you yet expect us to give you private tutoring here in the form of a few messages?
And you were completely incapable of reading Sun's own website which lists some excellent tutorials yet expect us to provide you with some?
And you want us to drop whatever we're doing to help you out NOW!!!!!! ?
Seems you have very weird expectations, and are extremely rude as well.
Learn some manners, follow your classes and do your homework next time, use the internet, bookstores, and libraries to gather your own information instead of waiting for it to be handed to you in predigested chunks, and maybe you'll learn something.
And you were completely incapable of reading Sun's own website which lists some excellent tutorials yet expect us to provide you with some?
And you want us to drop whatever we're doing to help you out NOW!!!!!! ?
Seems you have very weird expectations, and are extremely rude as well.
Learn some manners, follow your classes and do your homework next time, use the internet, bookstores, and libraries to gather your own information instead of waiting for it to be handed to you in predigested chunks, and maybe you'll learn something.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
•
•
•
•
im a 1st yr IT student, we have a final project this end of class. . . all we have to do is make a program using java. Honestly, java is very hard for me so if i can have a favor please help me to understand it more. . . Iam willing to have a tutorial on how to make a program... Our professor told us to make a phonebook. . .thank a lot who willing to help me . . . reply asap
•
•
•
•
ahm thanks . . . your right but i really really need a help a help with this matter Iam realy begging you
•
•
Join Date: Aug 2006
Posts: 137
Reputation:
Solved Threads: 11
A GUI (Graphical User Interface) is basically what you see all the time. You click somewhere and an event is triggered and your program reacts. I don't think a first year IT student would be required to design a GUI.
You do need to be more specific. Here's some key aspects:
Do you need to be able to store the phone numbers?
Is it a console application or a GUI?
You'll obviously need to store your data internally. Using a class would be a good idea:
It probably should be an internal class. Then in your outer class you'd have an array of Data:
Where n is some max limit of entries. If there is no max then a Vector can be used as it grows without restriction.
You would be able to then add and implement a search algorithm and that's that
If you need to store, the class Data can be written to a file with ease.
All the best! Power to the people.
You do need to be more specific. Here's some key aspects:
Do you need to be able to store the phone numbers?
Is it a console application or a GUI?
You'll obviously need to store your data internally. Using a class would be a good idea:
Java Syntax (Toggle Plain Text)
class Data { String name, number; }
It probably should be an internal class. Then in your outer class you'd have an array of Data:
Java Syntax (Toggle Plain Text)
Data ppl = new Data[n]
You would be able to then add and implement a search algorithm and that's that

If you need to store, the class Data can be written to a file with ease.
All the best! Power to the people.
Last edited by ~s.o.s~; Mar 8th, 2007 at 11:37 am. Reason: Fixed code tags
•
•
Join Date: Mar 2007
Posts: 13
Reputation:
Solved Threads: 0
ahm sorry i dont want to do this but this is maybe the last thing in my mind... our professor told us to create a program using java. this are the description. . .the program is like a phonebook containing of adding,deleting,editing,searching of users. . . I really really thank you a lot for helping me
![]() |
Other Threads in the Java Forum
- Previous Thread: java and using observable class
- Next Thread: class, interface, or enum expected
| Thread Tools | Search this Thread |
911 actionlistener addressbook android api append applet application array arrays automation binary bluetooth character chat class classes client code component consumer csv database desktop draw eclipse error event exception fractal ftp game givemetehcodez graphics gui html ide image input integer j2me japplet java javaarraylist javaee javaprojects jmf jni jpanel julia linked linux list loop mac map method methods mobile netbeans newbie objects online oracle oriented panel print printf problem program programming project projects properties recursion replaydirector reporting researchinmotion robot rotatetext rsa scanner screen se server set size sms sort sql string swing template test threads time tree ubuntu windows working






