2003/08/09 23:43:23
[org.ibex.core.git] / src / org / xwt / Main.java
index 9daf8de..64328cf 100644 (file)
@@ -1,7 +1,6 @@
 // Copyright 2002 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.xwt;
 
-import java.applet.*;
 import java.net.*;
 import java.util.*;
 import java.io.*;
@@ -21,6 +20,7 @@ public class Main {
      *  IP).
      */
     public static java.net.InetAddress originAddr = null;
+    public static String originHost = null;
 
     /** the URL where the initial xwar came from. */
     public static String origin = null;