Search:

Type: Posts; User: that_guy

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    1,350

    [SOLVED] Re: return statement confusion

    sweet, it worked... i guess it requires a return statement for all possibilities, so having an else statement with noting in it gave me an error... had to put return 0; for it.

    thanks
  2. Replies
    4
    Views
    1,350

    [SOLVED] Re: return statement confusion

    ok, the code is on another computer but ill give it a try... lets hope it works haha

    thank you tho
  3. Replies
    4
    Views
    1,350

    [SOLVED] return statement confusion

    ok so i have a problem here...

    i have 2 classes and one is calling another:


    public class DinnerMenu implements ItemListener
    {

    ... //beginning of code
Results 1 to 3 of 3