Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Making Menu's In Java
Index -> Programming, Java -> Java Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
bodbwoii




PostPosted: Sat Jan 09, 2010 9:45 pm   Post subject: Making Menu's In Java

Okay; look guys; i have no idea what to do ; ihave an isu due this thursday;
i need to make a menu with 8 options; i looke all throuh my book and i could not find any help
can anyone start me with this isu/??
Sponsor
Sponsor
Sponsor
sponsor
TheGuardian001




PostPosted: Sat Jan 09, 2010 9:58 pm   Post subject: Re: Making Menu's In Java

You already have a thread open, over here, in which you were told how to create a menu. In the future, use the old thread instead of opening a new one.

TheGuardian001 @ Wed Jan 06, 2010 11:20 pm wrote:
Those were instructions for a text menu, in the console.
1) Output a list of options, which are numbered.
code:

    Please choose an option:
    1) option1
    2) option2
    3) option3
    etc...

2) Receive user input, and react accordingly.
code:

    choice = User_input
    if (choice == 1)
        do stuff for choice 1
    else if (choice == 2)
        do stuff for choice 2
    else if (choice == 3)
        do stuff for choice 3
    etc...
    else
        User is an idiot.


Unless of course you want a non console based menu, in which case you just add an ActionListener to a Button, JButton, or any other awt/swing widget you care to use.


If there is some specific part of this you don't understand, ask, and we'll help you understand it, but "I don't know how to make a menu" gives us very little to go on. Is it a text menu, or GUI? What have you tried so far? What specifically don't you get?

The more information you give us, the more helpful we can be.
bodbwoii




PostPosted: Sat Jan 09, 2010 10:24 pm   Post subject: Re: Making Menu's In Java

ok soo uhmm i need to make a menu with 8 options available; and the uer can choose how many and which options he can choose;
TheGuardian001




PostPosted: Sat Jan 09, 2010 10:27 pm   Post subject: Re: Making Menu's In Java

Yes, you've already said that. What you haven't done is shown any of your own efforts at this nor specified the type of menu you are trying to create (GUI, Console, etc)
illzidaneyou




PostPosted: Sun Jan 10, 2010 5:53 pm   Post subject: Re: Making Menu's In Java

LOL. Ms. BOOT's class right. Damn im stuck on mine too, my thing isnt writing to file properly, and I cant read a file properly either.

ask me in class tmrw, ill help u get started. -Irfan
Display posts from previous:   
   Index -> Programming, Java -> Java Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 5 Posts ]
Jump to:   


Style:  
Search: