Aniadido soporte cambio de nombre

This commit is contained in:
2019-11-21 23:47:41 +01:00
parent a379ac104e
commit c759f93fea
16 changed files with 267 additions and 67 deletions

View File

@@ -20,6 +20,7 @@ public class MostrarTodo extends JFrame{
public MostrarTodo(Meses meses) {
super();
this.elementos=new JList<String>(meses.salidaTodo());
this.setSize(400, 400);
this.add(elementos);
}
}