292293294295296297298299
}); gameMenuButtons.add(exitButton); add(exitButton); // The game menu background gameMenuWindow = new Window(0, 0, buttonWidth + 20, MENU_SMALL_HEIGHT); gameMenuWindow.show(); }