JList's ListSelectionListener got called twice
843806Jul 30 2007 — edited Jul 30 2007Hi all,
I have a JList which once i click a item in the list, this valueChanged method got called twice. I want it to be called once..
public void valueChanged(ListSelectionEvent e){
}
What do i do to make this method get fired up only once when i click a element from the list?
thanks. need to complete project soon... all comments are appreciated!