Project

General

Profile

Revision 770

Minor changes to Colonet delays

View differences:

trunk/code/projects/colonet/client/ColonetConstants.java
13 13
  public static final int WEBCAM_BORDER = 16;
14 14
	public static final int BATTERY_WIDTH = 50;
15 15
	public static final int BATTERY_HEIGHT = 10;
16
	public static final int WEBCAM_DELAY = 100;
16
	public static final int WEBCAM_DELAY = 500;
17 17
	public static final String WEBCAM_PATH = "http://128.2.99.176/colonet.jpg";
18 18

  
19 19
  // Set the default look and feel - choose one
trunk/code/projects/colonet/client/Colonet.java
873 873
	*
874 874
	*/
875 875
	class DataUpdater extends Thread {
876
		final int DATAUPDATER_DELAY = 200;
876
		final int DATAUPDATER_DELAY = 500;
877 877
		int count;
878 878
		public DataUpdater () {
879 879
			super("Colonet DataUpdater");

Also available in: Unified diff