Project

General

Profile

Revision 510

Added by Greg Tress about 16 years ago

graphical updates

View differences:

ColonetServerInterface.java
277 277
		packet += " " + s;  //add  the command code here
278 278
		packet += "\n";
279 279
		sendString(packet);
280
		txtMatrix.append("S:" + packet);
280
		//txtMatrix.append("S:" + packet);
281 281
	}
282 282
	
283 283
	/**
......
528 528
				ColonetServerInterface.CLIENT_REQUEST_ROBOT_POSITIONS))
529 529
				colonet.parsePositions(line);
530 530
			// Unknown type
531
			else
532
				txtMatrix.setText("Got unknown data: " + line + "\n");
533
				
531
			else {
532
				//txtMatrix.setText("Got unknown data: " + line + "\n");
533
			}
534 534
		}
535 535

  
536 536
	}

Also available in: Unified diff