try { int numberOfServers = (Integer.valueOf(args[0])).intValue(); (new TestAppFrame(numberOfServers)).show(); } catch (Exception ignored) { }