• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

confusion in the Item listener

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
iam using a item listener for a jcombobox that is used in a particular column of a table!
the combobox contains only two elements " yes" and "no"
i need to display a message when eigther of "yes" or "no" is selected.
the confusion is when i press a cell of the particular column in the table, a message box is displayed and when i select one of the elements another message box is displayed. totally two message boxes are displayed.!
can you please help me in displaying a message box only when i select an element from the combobox
 
reply
    Bookmark Topic Watch Topic
  • New Topic