Now server applet garunteed to show correct port

This commit is contained in:
Dan 2010-12-31 09:45:19 -05:00
parent aa6681c03f
commit a0200c208c
1 changed files with 0 additions and 5 deletions

View File

@ -63,11 +63,6 @@ public class Cortex extends Applet {
//server =
new Thread(new Server(res, getCodeBase().toString(), this)).start();
// be reasonably sure we've secured a valid port
try {
Thread.sleep(100);
} catch (Exception e) { /* meh */ }
repaint();
// HANDLE QUIT?