Ejemplo n.º 1
0
 protected void setBackgroundColor(Color color) {
   super.setBackgroundColor(color);
   if (m_cmbUser != null) ((BasicComboBoxRenderer) m_cmbUser.getRenderer()).setBackground(color);
 }