You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2004/09/07 18:51:20 UTC

cvs commit: jakarta-commons/jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing KeyListenerTag.java FocusListenerTag.java EmptyBorderTag.java

dion        2004/09/07 09:51:20

  Modified:    jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing
                        KeyListenerTag.java FocusListenerTag.java
                        EmptyBorderTag.java
  Log:
  code cleanup
  
  Revision  Changes    Path
  1.3       +8 -4      jakarta-commons/jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing/KeyListenerTag.java
  
  Index: KeyListenerTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing/KeyListenerTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- KeyListenerTag.java	1 Mar 2004 12:35:18 -0000	1.2
  +++ KeyListenerTag.java	7 Sep 2004 16:51:19 -0000	1.3
  @@ -15,11 +15,15 @@
   */
   package org.apache.commons.jelly.tags.swing;
   
  -import java.awt.event.*;
  +import java.awt.event.KeyEvent;
  +import java.awt.event.KeyListener;
   
  -import org.apache.commons.jelly.*;
  -import org.apache.commons.jelly.tags.swing.*;
  -import org.apache.commons.logging.*;
  +import org.apache.commons.jelly.JellyTagException;
  +import org.apache.commons.jelly.Script;
  +import org.apache.commons.jelly.TagSupport;
  +import org.apache.commons.jelly.XMLOutput;
  +import org.apache.commons.logging.Log;
  +import org.apache.commons.logging.LogFactory;
   
   public class KeyListenerTag extends TagSupport
   {
  
  
  
  1.3       +8 -4      jakarta-commons/jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing/FocusListenerTag.java
  
  Index: FocusListenerTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing/FocusListenerTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FocusListenerTag.java	1 Mar 2004 12:35:18 -0000	1.2
  +++ FocusListenerTag.java	7 Sep 2004 16:51:19 -0000	1.3
  @@ -15,11 +15,15 @@
   */
   package org.apache.commons.jelly.tags.swing;
   
  -import java.awt.event.*;
  +import java.awt.event.FocusEvent;
  +import java.awt.event.FocusListener;
   
  -import org.apache.commons.jelly.*;
  -import org.apache.commons.jelly.tags.swing.*;
  -import org.apache.commons.logging.*;
  +import org.apache.commons.jelly.JellyTagException;
  +import org.apache.commons.jelly.Script;
  +import org.apache.commons.jelly.TagSupport;
  +import org.apache.commons.jelly.XMLOutput;
  +import org.apache.commons.logging.Log;
  +import org.apache.commons.logging.LogFactory;
   
   public class FocusListenerTag extends TagSupport
   {
  
  
  
  1.2       +1 -2      jakarta-commons/jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing/EmptyBorderTag.java
  
  Index: EmptyBorderTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/jelly/jelly-tags/swing/src/java/org/apache/commons/jelly/tags/swing/EmptyBorderTag.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- EmptyBorderTag.java	7 Sep 2004 06:41:34 -0000	1.1
  +++ EmptyBorderTag.java	7 Sep 2004 16:51:19 -0000	1.2
  @@ -17,7 +17,6 @@
   
   import javax.swing.BorderFactory;
   import javax.swing.border.Border;
  -import javax.swing.border.EmptyBorder;
   
   import org.apache.commons.jelly.JellyTagException;
   import org.apache.commons.jelly.MissingAttributeException;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org