gray(false);
}});
} else { // Will try to STOP
try {
RemoteTransmitter transmitter = room.serverCurrentConsole().remoteTransmitter();
transmitter.stop();
room.morphToStandaloneMode();
} catch (Exception ex) {
JOptionPane.showMessageDialog(null, "Error stopping Server:\n" + ex, "javatari P1 Server", JOptionPane.ERROR_MESSAGE);
}
refreshMultiplayer();