示例#1
0
 // 140509 TA
 public void goToNextGamePanel() {
   this.getCardLayout().show(this.getcontentPane(), "Main");
   this.getCurrentPanel().hide();
   currentPanel = gamePanel.getNextPanel();
   nbrButtons = gamePanel.nbrGamesOnPanel(gamePanel.getCurrentPanelId());
   this.currentPanel.show();
 }