playerComboBox.addItem(remotePlayerString);
runButton = new JButton("Run!");
runButton.addActionListener(this);
publishButton = new PublishButton("Publish online!");
startClockTextField = new JTextField("30");
playClockTextField = new JTextField("10");
managerPanel = new JPanel(new GridBagLayout());