Search:

Type: Posts; User: that_guy

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,489

    Re: program wont renew total

    ok so i fixed the error problem

    instead of having the if statements with the || operator i just made multiple if statements:


    if (e.getItemSelectable==watery.clam)
    {
    }
    else if...
  2. Replies
    4
    Views
    1,489

    Re: program wont renew total

    ok so i added the following code after i added them to the applet in the init() method in the DinnerMenu class:


    watery.clam.addItemListener(this);
    watery.veg.addItemListener(this);...
  3. Replies
    4
    Views
    1,489

    Re: program wont renew total

    ok heres what i dont get...

    i set up the checkboxes as itemlisteners in the calling program as:


    watery.clam.addItemListener(this);


    where watery is the object and clam is the checkbox...
  4. Replies
    4
    Views
    1,489

    program wont renew total

    ok so heress my code... it looks the way its supposed to (except that it shows 1 zero instead of 2 while total is 0 so any additional help with that is appreciated)... it compiles correctly... but...
Results 1 to 4 of 4