GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
miura250
/
piccolo2d.java
Download ZIP
160commits
Transfer to URL with SHA
tree:
f9dad87675
Branches
Tags
×
master
piccolo2d.java
/
core
/
src
/
latest commit
f9dad87675
Allain Lalonde
authored
on 20 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
Added getInputEventListeners to PCanvas and PNode making them return an array of PInputEventListener objects. This makes it fall inline with the other listeners inherited from JComponent and it also makes listener methods testable.
15 years ago
test/java/edu/umd/cs/
piccolo
Added tests for PBasicInputEventHandler
15 years ago