I wonder if anyone could help me.
I'm trying to add items to a JComboBox :
Pessoa carlos = new Pessoa(12, "Carlos" , 0.0f);
jComboBoxF.addItem(carlos.getNome());
Pessoa maria = new Pessoa(23, "Maria" ,0.0f);
jComboBoxF.addItem(maria.getN...
asked by
23.07.2015 / 20:31