32483249325032513252325332543255325632573258325932603261
public static void main(String[] args) { int port = 0; //Port to listen on ServerOnline server = new ServerOnline(); //this.setVisible(false); server.setVisible(true); try { port = Integer.parseInt(args[0]); //Get port from command line }