Revision: 884
Author: allain.lalonde
Date: Mon Nov 2 19:31:23 2009
Log: More checkstyles on PSwing.
http://code.google.com/p/piccolo2d/source/detail?r=884
Modified:
/piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwing.java
=======================================
---
/piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwing.java
Thu Oct 29 20:02:54 2009
+++
/piccolo2d.java/trunk/extras/src/main/java/edu/umd/cs/piccolox/pswing/PSwing.java
Mon Nov 2 19:31:23 2009
@@ -281,8 +281,8 @@
* will automatically have double buffering turned off.
*/
private final ContainerListener doubleBufferRemover = new
ContainerAdapter() {
- public void componentAdded(ContainerEvent e) {
- Component childComponent = e.getChild();
+ public void componentAdded(final ContainerEvent event) {
+ Component childComponent = event.getChild();
if (childComponent != null && childComponent instanceof
JComponent) {
disableDoubleBuffering(((JComponent) childComponent));
}
--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---