Me equivoque con la visibilidad del metodo
This commit is contained in:
@@ -197,7 +197,7 @@ public class LaunchController {
|
|||||||
this.frame.setJMenuBar(menuBar);
|
this.frame.setJMenuBar(menuBar);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void showCard(PanelName name){
|
public void showCard(PanelName name){
|
||||||
this.controllers.get(name).show();
|
this.controllers.get(name).show();
|
||||||
this.frame.showCard(name);
|
this.frame.showCard(name);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user