Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Thread: JCombobox help

    by Norm
    Replies
    10
    Views
    3,060

    [SOLVED] Re: JCombobox help

    What doc are you reading for the JComboBox class? Did you see any methods with names starting with get?


    Can you explain what "won't work"?
  2. Thread: JCombobox help

    by Norm
    Replies
    10
    Views
    3,060

    [SOLVED] Re: JCombobox help

    Look at the doc for the JComboBox: what method will tell you which item was selected
    and for the textfield: what method will set its value.
  3. Thread: JCombobox help

    by Norm
    Replies
    10
    Views
    3,060

    [SOLVED] Re: JCombobox help

    pseudo code:
    if(selected item is #1) {
    set textfield to 24 hrs
    }
  4. Thread: JCombobox help

    by Norm
    Replies
    10
    Views
    3,060

    [SOLVED] Re: JCombobox help

    Can you explain? Do you get errors? Please copy and paste full text of the error message here.
Results 1 to 4 of 4