Thread: [Ejtools-cvs] CVS: libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file ExitAction.java,1
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-04-30 21:06:56
|
Update of /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file In directory usw-pr-cvs1:/tmp/cvs-serv3337/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file Modified Files: ExitAction.java FileHistoryAction.java FileHistoryActionTop.java NewAction.java OpenAction.java PrintAction.java SaveAction.java SaveAsAction.java Log Message: Pretty print source code Index: ExitAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/ExitAction.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ExitAction.java 18 Apr 2002 21:09:44 -0000 1.1 --- ExitAction.java 30 Apr 2002 21:06:52 -0000 1.2 *************** *** 16,25 **** * Description of the Class * ! * @author laurent * @created 29 décembre 2001 * @todo Javadoc to complete */ public class ExitAction extends CommandAction { private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 16,27 ---- * Description of the Class * ! * @author letiemble * @created 29 décembre 2001 + * @version $Revision$ * @todo Javadoc to complete */ public class ExitAction extends CommandAction { + /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: FileHistoryAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/FileHistoryAction.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FileHistoryAction.java 18 Apr 2002 21:09:44 -0000 1.1 --- FileHistoryAction.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 FileHistoryAction 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 FileHistoryAction extends CommandAction { + /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: FileHistoryActionTop.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/FileHistoryActionTop.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** FileHistoryActionTop.java 18 Apr 2002 21:09:44 -0000 1.1 --- FileHistoryActionTop.java 30 Apr 2002 21:06:52 -0000 1.2 *************** *** 16,25 **** * Description of the Class * ! * @author laurent * @created 29 décembre 2001 * @todo Javadoc to complete */ public class FileHistoryActionTop extends CommandAction { private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 16,27 ---- * Description of the Class * ! * @author letiemble * @created 29 décembre 2001 + * @version $Revision$ * @todo Javadoc to complete */ public class FileHistoryActionTop extends CommandAction { + /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); Index: NewAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/NewAction.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NewAction.java 18 Apr 2002 21:09:44 -0000 1.1 --- NewAction.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 NewAction 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 NewAction extends CommandAction { + /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); *************** *** 36,40 **** this.setMenuAccelerator("action.file.new.accelerator"); this.setToolBar(true); ! this.setIcon("/toolbarButtonGraphics/general/New24.gif"); } } --- 38,42 ---- this.setMenuAccelerator("action.file.new.accelerator"); this.setToolBar(true); ! this.setIcon("/toolbarButtonGraphics/general/New16.gif"); } } Index: OpenAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/OpenAction.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** OpenAction.java 18 Apr 2002 21:09:44 -0000 1.1 --- OpenAction.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 OpenAction 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 OpenAction extends CommandAction { + /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); *************** *** 34,38 **** this.setMenu("action.file"); this.setToolBar(true); ! this.setIcon("/toolbarButtonGraphics/general/Open24.gif"); } } --- 36,40 ---- this.setMenu("action.file"); this.setToolBar(true); ! this.setIcon("/toolbarButtonGraphics/general/Open16.gif"); } } Index: PrintAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/PrintAction.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** PrintAction.java 18 Apr 2002 21:09:44 -0000 1.1 --- PrintAction.java 30 Apr 2002 21:06:52 -0000 1.2 *************** *** 15,24 **** * Description of the Class * ! * @author laurent * @created 18 mars 2002 * @todo Javadoc to complete */ public class PrintAction extends CommandAction { private final static ResourceBundle res = ResourceBundle.getBundle("action"); --- 15,26 ---- * Description of the Class * ! * @author letiemble * @created 18 mars 2002 + * @version $Revision$ * @todo Javadoc to complete */ public class PrintAction extends CommandAction { + /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); *************** *** 34,38 **** this.setMenu("action.file"); this.setToolBar(true); ! this.setIcon("/toolbarButtonGraphics/general/Print24.gif"); } } --- 36,40 ---- this.setMenu("action.file"); this.setToolBar(true); ! this.setIcon("/toolbarButtonGraphics/general/Print16.gif"); } } Index: SaveAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/SaveAction.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SaveAction.java 18 Apr 2002 21:09:44 -0000 1.1 --- SaveAction.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 SaveAction 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 SaveAction extends CommandAction { + /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); *************** *** 34,38 **** this.setMenu("action.file"); this.setToolBar(true); ! this.setIcon("/toolbarButtonGraphics/general/Save24.gif"); } } --- 36,40 ---- this.setMenu("action.file"); this.setToolBar(true); ! this.setIcon("/toolbarButtonGraphics/general/Save16.gif"); } } Index: SaveAsAction.java =================================================================== RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/file/SaveAsAction.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SaveAsAction.java 18 Apr 2002 21:09:44 -0000 1.1 --- SaveAsAction.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 SaveAsAction 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 SaveAsAction extends CommandAction { + /** Description of the Field */ private final static ResourceBundle res = ResourceBundle.getBundle("action"); |