Me equivoque con la visibilidad del metodo

This commit is contained in:
Daniel Cortés
2019-05-08 00:45:11 -04:00
parent 6d539aab02
commit 41f6ad565d

View File

@@ -197,7 +197,7 @@ public class LaunchController {
this.frame.setJMenuBar(menuBar);
}
private void showCard(PanelName name){
public void showCard(PanelName name){
this.controllers.get(name).show();
this.frame.showCard(name);
}