// .getResource("/sysimages/endTurn.png")));
panel.add(startGameButton, "width 240, h 40, east");
startGameButton.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
client.getConnection().send(new StartGameMessage(game.getGameId()));
}
});
if (mutableSlots) {
panel.add(createPresetPanel(), "west");