Newer
Older
democall3 / src / constants / Constants.java
Mark on 2 Mar 2011 167 bytes Done a whole bunch of stuff:
package constants;

/**
 *
 * @author mark
 */
public class Constants {

   public static String BROADCAST_ADDRESS = "230.0.0.1";
   public static int PORT = 7321;

}