Search:

Type: Posts; User: Norm

Search: Search took 0.18 seconds.

  1. Replies
    9
    Views
    1,343

    [SOLVED] Re: JCheckboxes Item Listener

    Where does the code handle the events from the "toppings" components?
  2. Replies
    9
    Views
    1,343

    [SOLVED] Re: JCheckboxes Item Listener

    You can total the items each time a selection is made.
    You need to see what the code is doing. Add some println statements to the listeners and have them print out the new values that they set for...
  3. Replies
    9
    Views
    1,343

    [SOLVED] Re: JCheckboxes Item Listener

    Yes you could do it that way. The listeners could compute a new total every time they are called.
  4. Replies
    9
    Views
    1,343

    [SOLVED] Re: JCheckboxes Item Listener

    Just like that.
    After the user has made his selection and asked for the total:
    add up the prices
    display the total


    How does the user ask for the total to be computed?
  5. Replies
    9
    Views
    1,343

    [SOLVED] Re: JCheckboxes Item Listener

    Please edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve formatting.


    Where are the prices and how are they added up to get a total?
    The adding up...
Results 1 to 5 of 5