Thread: [Ejtools-cvs] CVS: libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window CascadeAction.j
Brought to you by:
letiemble
Update of /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window In directory usw-pr-cvs1:/tmp/cvs-serv3337/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window Modified Files: CascadeAction.java CloseAction.java CloseAllAction.java InternalFrameAction.java TileAction.java Log Message: Pretty print source code Index: CascadeAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window/CascadeAction.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CascadeAction.java 18 Apr 2002 21:09:44 -0000 1.1 --- CascadeAction.java 30 Apr 2002 21:06:52 -0000 1.2 *************** *** 15,24 **** * Description of the Class * ! * @author laurent * @created 29 décembre 2001 * @todo Javadoc to complete */ public class CascadeAction extends CommandAction { private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 15,26 ---- * Description of the Class * ! * @author letiemble * @created 29 décembre 2001 + * @version $Revision$ * @todo Javadoc to complete */ public class CascadeAction extends CommandAction { + /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: CloseAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window/CloseAction.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CloseAction.java 18 Apr 2002 21:09:44 -0000 1.1 --- CloseAction.java 30 Apr 2002 21:06:52 -0000 1.2 *************** *** 11,25 **** import net.sourceforge.ejtools.awt.action.Command; import net.sourceforge.ejtools.awt.action.CommandAction; - import net.sourceforge.ejtools.awt.services.MenuBarService; /** * Description of the Class * ! * @author laurent * @created 29 décembre 2001 * @todo Javadoc to complete */ public class CloseAction extends CommandAction { private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 11,26 ---- import net.sourceforge.ejtools.awt.action.Command; import net.sourceforge.ejtools.awt.action.CommandAction; /** * Description of the Class * ! * @author letiemble * @created 29 décembre 2001 + * @version $Revision$ * @todo Javadoc to complete */ public class CloseAction extends CommandAction { + /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: CloseAllAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window/CloseAllAction.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** CloseAllAction.java 18 Apr 2002 21:09:44 -0000 1.1 --- CloseAllAction.java 30 Apr 2002 21:06:52 -0000 1.2 *************** *** 16,25 **** * Description of the Class * ! * @author laurent * @created 11 janvier 2002 * @todo Javadoc to complete */ public class CloseAllAction extends CommandAction { private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 16,27 ---- * Description of the Class * ! * @author letiemble * @created 11 janvier 2002 + * @version $Revision$ * @todo Javadoc to complete */ public class CloseAllAction extends CommandAction { + /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: InternalFrameAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window/InternalFrameAction.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** InternalFrameAction.java 18 Apr 2002 21:09:44 -0000 1.1 --- InternalFrameAction.java 30 Apr 2002 21:06:52 -0000 1.2 *************** *** 8,11 **** --- 8,12 ---- import java.util.ResourceBundle; + import javax.swing.JMenuItem; import javax.swing.JRadioButtonMenuItem; *************** *** 17,26 **** * Description of the Class * ! * @author laurent ! * @created 29 décembre 2001 * @todo Javadoc to complete */ public class InternalFrameAction extends CommandAction { private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 18,29 ---- * Description of the Class * ! * @author letiemble ! * @created 11 janvier 2002 ! * @version $Revision$ * @todo Javadoc to complete */ public class InternalFrameAction extends CommandAction { + /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: TileAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window/TileAction.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TileAction.java 18 Apr 2002 21:09:44 -0000 1.1 --- TileAction.java 30 Apr 2002 21:06:52 -0000 1.2 *************** *** 15,24 **** * Description of the Class * ! * @author laurent * @created 29 décembre 2001 * @todo Javadoc to complete */ public class TileAction extends CommandAction { private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 15,26 ---- * Description of the Class * ! * @author letiemble * @created 29 décembre 2001 + * @version $Revision$ * @todo Javadoc to complete */ public class TileAction extends CommandAction { + /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); |