Project

General

Profile

Revision 172

Added by Greg Tress over 16 years ago

minor changes to colonet gui

View differences:

Colonet.java
205 205
		panelRobotDirectionButtons.add(btnL);
206 206
		panelRobotDirectionButtons.add(btnR);
207 207
		
208
		imageVectorControl = gc.createCompatibleImage(380, 210);
208
		imageVectorControl = gc.createCompatibleImage(395, 220);
209 209
		vectorController = new VectorController(imageVectorControl);
210 210
		panelRobotDirection.setLayout(new BorderLayout());
211 211
		panelRobotDirection.add(vectorController, BorderLayout.CENTER);
......
1051 1051
		MouseListener mouseListener;
1052 1052
		
1053 1053
		public TaskAddWindow () {
1054
			super("Add a Task ... if you dare!");
1054
			super("Add a Task");
1055 1055
			super.setSize(500,500);
1056 1056
			super.setLayout(new BorderLayout());
1057 1057
			

Also available in: Unified diff