diff --git a/extras/src/main/java/edu/umd/cs/piccolox/swing/SwingLayoutNode.java b/extras/src/main/java/edu/umd/cs/piccolox/swing/SwingLayoutNode.java index f9309e5..69826cc 100644 --- a/extras/src/main/java/edu/umd/cs/piccolox/swing/SwingLayoutNode.java +++ b/extras/src/main/java/edu/umd/cs/piccolox/swing/SwingLayoutNode.java @@ -38,7 +38,6 @@ import java.util.Collection; import java.util.Iterator; -import javax.swing.BoxLayout; import javax.swing.JComponent; import javax.swing.JPanel; @@ -51,10 +50,6 @@ * @author Chris Malley (cmalley@pixelzoom.com) */ public class SwingLayoutNode extends PNode { - - /** - * - */ private static final long serialVersionUID = 1L; /* * How the space allocated by the Swing layout manager is used differs