Search:

Type: Posts; User: rayan2004

Search: Search took 0.10 seconds.

  1. Re: Adding Items to Jlist using JComboBox. Problem with avoiding duplicates.

    Thank you very much for your advice. Im new to Programming. So struggling even with small programs. I ll try according to your gudence and see.
  2. Re: Adding Items to Jlist using JComboBox. Problem with avoiding duplicates.

    When you click on the item on the Combo box, those items should add to JList. (If the item is already in JList, Message will pop up to to avoid Duplicate adding)
    Problem is Items on combobox not...
  3. Re: Adding Items to Jlist using JComboBox. Problem with avoiding duplicates.

    Code Excutes. But when i select items on combo box, it addes all items to Jlist without giving error message to avoid Duplicates.
    Sorry about confusion.
  4. Adding Items to Jlist using JComboBox. Problem with avoiding duplicates.

    Hi
    in the following program, Im trying to add some items to Jlist using JComboBox without any duplicates.
    I managed to add items with Duplicates, As well as I managed to find duplicates using this...
Results 1 to 4 of 4