Revision: 650
Author: allain.lalonde
Date: Wed Aug  5 07:49:03 2009
Log: Unused imports. Damn.
http://code.google.com/p/piccolo2d/source/detail?r=650

Modified:
  /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PNode.java

=======================================
--- /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PNode.java      
 
Wed Aug  5 07:47:02 2009
+++ /piccolo2d.java/trunk/core/src/main/java/edu/umd/cs/piccolo/PNode.java      
 
Wed Aug  5 07:49:03 2009
@@ -50,7 +50,6 @@
  import java.beans.PropertyChangeEvent;
  import java.beans.PropertyChangeListener;
  import java.io.ByteArrayInputStream;
-import java.io.File;
  import java.io.IOException;
  import java.io.ObjectInputStream;
  import java.io.ObjectOutputStream;
@@ -64,7 +63,6 @@
  import java.util.List;
  import java.util.ListIterator;

-import javax.imageio.ImageIO;
  import javax.swing.event.EventListenerList;
  import javax.swing.event.SwingPropertyChangeSupport;
  import javax.swing.text.MutableAttributeSet;

--~--~---------~--~----~------------~-------~--~----~
Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to