Fixed Issue 94; made removeLayer(PLayer) "fail" silently. Also added some additional tests and refactoring. Sorry for such a large commit, I'd try to split it up, but it's hard to tell what's safe to leave out and what's not. I know that the whole together unit tests fine. I have to remember to checkin more frequently.
1 parent 15f01a2 commit 1daeed8e9e5765523143a65cca3d4b4b6a46daca
@Allain Lalonde Allain Lalonde authored on 17 Jul 2009
Showing 13 changed files
View
core/src/main/java/edu/umd/cs/piccolo/PCamera.java
View
core/src/main/java/edu/umd/cs/piccolo/PLayer.java
View
core/src/main/java/edu/umd/cs/piccolo/event/PDragEventHandler.java
View
core/src/main/java/edu/umd/cs/piccolo/util/PBounds.java
View
core/src/main/java/edu/umd/cs/piccolo/util/PDimension.java
View
core/src/test/java/edu/umd/cs/piccolo/PCameraTest.java
View
core/src/test/java/edu/umd/cs/piccolo/PLayerTest.java
View
core/src/test/java/edu/umd/cs/piccolo/PNodeTest.java
Too large (Show diff)
View
core/src/test/java/edu/umd/cs/piccolo/PerformanceTests.java
View
core/src/test/java/edu/umd/cs/piccolo/PiccoloAsserts.java 0 → 100644
View
core/src/test/java/edu/umd/cs/piccolo/util/PAffineTransformTest.java
View
core/src/test/java/edu/umd/cs/piccolo/util/PBoundsTest.java 0 → 100644
View
core/src/test/java/edu/umd/cs/piccolo/util/PDimensionTest.java 0 → 100644