piccolo2d.java / core / src /
@Allain Lalonde Allain Lalonde authored on 21 Jul 2009
..
build/ conf Issue 29 ; Added eclipse formatter configuration, tweaked checkstyle configuration to match, and ran eclipse formatter on the java source in core. Reduced checkstyle errors from 14037 to 2502. Note this commit contains formatting-related changes only, no code changes. 16 years ago
main/ java fixed possible bug with double[].toString() preferred way of doing this is to use the Arrays.toString() method 15 years ago
test/java/edu/umd/cs/ piccolo Added back in check for modifiers applying to input events. Turns out some of the examples expect this behaviour (NavigationExample being one). 15 years ago