JCombobox_PopupProblem_inJTable
Hi All,
I want to do the JCombobox aborting when the Combobox not
having the list of values in JTable ? Is it possible ? then How ?
Thanks in advance
Hi All,
I want to do the JCombobox aborting when the Combobox not
having the list of values in JTable ? Is it possible ? then How ?
Thanks in advance
Sorry ,
Need to abort the JCombobx popup aborting ?
Yes I got it by overwrite the ComboboxUI class createpopup method
and added the code like follows
((JComboboxPanelCellEditor) fusionArrTbl
.getCellEditor(0, 2)).getCombobox()
.setUI(new MyUI())