theserve = new Server(port,r,c,cs[0],cs[1],cs[2],cs[3]);
} else {
theserve = new Server(port,r,c,Color.white,Color.black);
}
}
theserve.run();
} catch(IllegalArgumentException ex) {
ex.printStackTrace();
alert("Error","You have entered illegal settings, probably colors");
} catch(Exception ex) {
ex.printStackTrace();