Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public void cargar Combobox(){
  2. for (Académico a : lista) {
  3. if(a instanceof Grupo){
  4. Grupo gr = (Grupo)ac;
  5. combo.addItem(Object item)
  6. //aqui el problema
  7. }
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement