Help!!! Help!!! Help!!!

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Mar 2007
Posts: 13
Reputation: zhapool is an unknown quantity at this point 
Solved Threads: 0
zhapool zhapool is offline Offline
Newbie Poster

Help!!! Help!!! Help!!!

 
0
  #1
Mar 5th, 2007
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
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 212
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Help!!! Help!!! Help!!!

 
0
  #2
Mar 6th, 2007
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.
As people are clearly allowed to attack me but I'm not allowed to defend myself, I no longer post to this site.
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 39
Reputation: MacGyver Orca is an unknown quantity at this point 
Solved Threads: 4
MacGyver Orca's Avatar
MacGyver Orca MacGyver Orca is offline Offline
Light Poster

Re: Help!!! Help!!! Help!!!

 
0
  #3
Mar 6th, 2007
Originally Posted by zhapool View Post
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
Aside from the rant below, what exactly are the specifications of your assignment? Do you need to have a GUI, have a limit in what data structures you can use?
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 13
Reputation: zhapool is an unknown quantity at this point 
Solved Threads: 0
zhapool zhapool is offline Offline
Newbie Poster

Re: Help!!! Help!!! Help!!!

 
0
  #4
Mar 6th, 2007
ahm sorry to disturb you but all i say is who is willing to help me . . . sorry my mistake. . .
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 13
Reputation: zhapool is an unknown quantity at this point 
Solved Threads: 0
zhapool zhapool is offline Offline
Newbie Poster

Re: Help!!! Help!!! Help!!!

 
0
  #5
Mar 6th, 2007
ahm do you have an yahoo messenger??? what is GUI??? sorry but i have not enough knowledge about computer
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 13
Reputation: zhapool is an unknown quantity at this point 
Solved Threads: 0
zhapool zhapool is offline Offline
Newbie Poster

Re: Help!!! Help!!! Help!!!

 
0
  #6
Mar 6th, 2007
ahm thanks . . . your right but i really really need a help a help with this matter Iam realy begging you
Reply With Quote Quick reply to this message  
Join Date: Jan 2007
Posts: 39
Reputation: MacGyver Orca is an unknown quantity at this point 
Solved Threads: 4
MacGyver Orca's Avatar
MacGyver Orca MacGyver Orca is offline Offline
Light Poster

Re: Help!!! Help!!! Help!!!

 
0
  #7
Mar 7th, 2007
Originally Posted by zhapool View Post
ahm thanks . . . your right but i really really need a help a help with this matter Iam realy begging you
Okay, calm down. List out: your program description, anything you are not allowed to use, specific trouble you might be having, in an orderly and logical fashion. Then maybe some help can be offered.
Reply With Quote Quick reply to this message  
Join Date: Aug 2006
Posts: 137
Reputation: PoovenM is on a distinguished road 
Solved Threads: 11
PoovenM PoovenM is offline Offline
Junior Poster

Re: Help!!! Help!!! Help!!!

 
0
  #8
Mar 7th, 2007
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:

  1. class Data
  2. {
  3. String name, number;
  4. }

It probably should be an internal class. Then in your outer class you'd have an array of Data:

  1. Data ppl = new Data[n]
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.
Last edited by ~s.o.s~; Mar 8th, 2007 at 11:37 am. Reason: Fixed code tags
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 13
Reputation: zhapool is an unknown quantity at this point 
Solved Threads: 0
zhapool zhapool is offline Offline
Newbie Poster

Re: Help!!! Help!!! Help!!!

 
0
  #9
Mar 9th, 2007
how can i start a program??? how can i use switch control structure... i'm thinking of a program but i can't convert because of my limited knowledge in java syntax...
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 13
Reputation: zhapool is an unknown quantity at this point 
Solved Threads: 0
zhapool zhapool is offline Offline
Newbie Poster

Re: Help!!! Help!!! Help!!!

 
0
  #10
Mar 9th, 2007
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
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Java Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC