Skip to content

Commit

Permalink
Modo multipokemon funciona!!!!!!!!!!!!!!!!!
Browse files Browse the repository at this point in the history
wajajajajja
  • Loading branch information
2001uri15 committed May 4, 2023
1 parent e7b3467 commit e8dcde1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Vista_Controlador/Pantalla_De_Inicio.java
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@ private JLabel getLblPokmons() {
}
private JTextField getTxtNpokemosn() {
if (txtNpokemosn == null) {
txtNpokemosn = new JTextField();
txtNpokemosn.setEditable(false);
txtNpokemosn = new JTextField();
txtNpokemosn.setText("3");
txtNpokemosn.setColumns(10);
}
Expand Down

0 comments on commit e8dcde1

Please sign in to comment.