Update of /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/help
In directory usw-pr-cvs1:/tmp/cvs-serv3337/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/help
Modified Files:
AboutAction.java HelpOnLineAction.java TOTDAction.java
Log Message:
Pretty print source code
Index: AboutAction.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/help/AboutAction.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** AboutAction.java 18 Apr 2002 21:09:44 -0000 1.1
--- AboutAction.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 AboutAction 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 AboutAction extends CommandAction
{
+ /** Description of the Field */
private final static ResourceBundle res = ResourceBundle.getBundle("action");
***************
*** 32,36 ****
this.setMenu("action.help");
this.setToolBar(true);
! this.setIcon("/toolbarButtonGraphics/general/About24.gif");
}
}
--- 34,38 ----
this.setMenu("action.help");
this.setToolBar(true);
! this.setIcon("/toolbarButtonGraphics/general/About16.gif");
}
}
Index: HelpOnLineAction.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/help/HelpOnLineAction.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** HelpOnLineAction.java 18 Apr 2002 21:09:44 -0000 1.1
--- HelpOnLineAction.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 HelpOnLineAction 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 HelpOnLineAction extends CommandAction
{
+ /** Description of the Field */
private final static ResourceBundle res = ResourceBundle.getBundle("action");
***************
*** 33,38 ****
super(command, res, "action.help.online");
this.setMenu("action.help");
- this.setToolBar(true);
- this.setIcon("/toolbarButtonGraphics/general/Help24.gif");
}
}
--- 35,38 ----
Index: TOTDAction.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/help/TOTDAction.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TOTDAction.java 18 Apr 2002 21:09:44 -0000 1.1
--- TOTDAction.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 TOTDAction 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 TOTDAction extends CommandAction
{
+ /** Description of the Field */
private final static ResourceBundle res = ResourceBundle.getBundle("action");
***************
*** 33,38 ****
super(command, res, "action.help.totd");
this.setMenu("action.help");
- this.setToolBar(true);
- this.setIcon("/toolbarButtonGraphics/general/TipOfTheDay24.gif");
}
}
--- 35,38 ----
|