My non-editable JComboBox background color doesn\'t change. I tried changing it by comboBox.setBackground(color) but it isn\'t changing while com
JComboBox
comboBox.setBackground(color)
com