Identiftying JCombo change event ONLY
From: amit (amit_bindal_at_rediffmail.com)
Date: 10/03/03
- Next message: Phil...: "Re: Queues, prioritization, changing priorities and algorithms"
- Previous message: AlanR: "Queues, prioritization, changing priorities and algorithms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 3 Oct 2003 00:14:32 -0700
I have a to perform some action whenever user selects manually the
combo box.
But in my code,whernever I add some item to combo box OR removes some
item from combo box, that piece of code is called.
So, the requirement is that ONLY when use change the selection
explictly(manually) in combo box, my piece of code should be called.
How do i do it ? By using itemchange listerner only is not helping the
cause !!
Thanx in advance for any suggestion !!
- Next message: Phil...: "Re: Queues, prioritization, changing priorities and algorithms"
- Previous message: AlanR: "Queues, prioritization, changing priorities and algorithms"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|