java.lang.StackOverflowError
i m having a jtable...in one of the column i have put a jcombobox filled in with the items...... wen i scroll this jcombo box from top to bottom and i dont select anything out of it and i click to the next row... i m getting this
java.lanag.stackoverflow error
at javax.swing.SwingUtilities.getAccessibleStateSet(Unknown Source)
at javax.swing.DefaultPopupFactory$WindowPopup$AccessibleWindowPopup.getAccessibleStateSet(Unknown Source)
can any one pls guide me regarding this.........

