Project

General

Profile

Revision 710

Added by Greg Tress about 16 years ago

Tweaked vision and various colonet fixes

View differences:

Colonet.java
170 170
		btnR = new JButton("\u2192");
171 171
		btnR.setFont(f);
172 172
		btnActivate = new JButton("\u25A0");
173
		btnActivate.setFont(new Font(null, Font.BOLD, 36));
173
		btnActivate.setFont(new Font(null, Font.BOLD, 24));
174 174

  
175 175
		panelRobotDirectionButtons.setLayout(new GridLayout(1,5));
176 176
		panelRobotDirectionButtons.add(btnActivate);

Also available in: Unified diff