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

[175 byte] By [vasmhi_1981a] at [2007-11-27 10:20:33]
# 1

Sorry ,

Need to abort the JCombobx popup aborting ?

vasmhi_1981a at 2007-7-28 17:04:16 > top of Java-index,Desktop,Core GUI APIs...
# 2

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())

vasmhi_1981a at 2007-7-28 17:04:16 > top of Java-index,Desktop,Core GUI APIs...