piccolo2d.java / core / src /
@Allain Lalonde Allain Lalonde authored on 20 Oct 2009
..
build/ conf More CheckStyle blitzing on core. Javadocs are all there now. To drop the number much further I'll need to expand expressions for defining Property change codes, or break binary compatability by making constants final. I'm 100% for doing that, but I understand some people have reservations. 15 years ago
main/ java Fixing some checkstyle bugs and fixing an infinite recursion bug introduced by r727 by me :( 15 years ago
test/java/edu/umd/cs/ piccolo Fixing Issue #137, replaced getWidth() and getHeight() with getFullBounds().getWidth() and getFullBounds().getHeight() in PNode.toImage. Thank you Sam for pointing this out. 15 years ago