Search:

Type: Posts; User: ComputerSaysNo

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: Populating second combobox from a combobox help!

    Sure, here's the SSCCE with one pair of JComboboxes:




    class TimetablePanel extends JPanel implements ActionListener {

    static JComboBox courseM, mealM;

    public TimetablePanel() throws...
  2. [SOLVED] Re: Populating second combobox from a combobox help!

    There are 10 JComboBoxes with five being populated when the program runs. The JComboBoxes work in pairs, so when the user clicks on one of the items in one of populated JComboboxes, the relevant...
  3. [SOLVED] Re: Populating second combobox from a combobox help!

    I did try both ActionListener and ListSelectionListener, and neither are working. Would it be easier if I uploaded the code I already have?
  4. [SOLVED] Populating second combobox from a combobox help!

    Can anyone recommend an Event Listener or some code, that would, when clicking on an item in one jcombobox, populate a different jcombobox.
    The event listener/code would have to be in a separate...
Results 1 to 4 of 4