Update of /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/help
In directory usw-pr-cvs1:/tmp/cvs-serv8121/adwt/src/main/net/sourceforge/ejtools/awt/action/help
Modified Files:
AboutAction.java HelpOnLineAction.java TOTDAction.java
Log Message:
Pretty Print
Index: AboutAction.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/help/AboutAction.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AboutAction.java 16 May 2002 19:36:12 -0000 1.4
--- AboutAction.java 10 Jun 2002 07:25:29 -0000 1.5
***************
*** 13,23 ****
/**
! * Regular "About" Action that provides :
! * <ul>
! * <li> - a "Help" menu if it doesn't exist
! * <li> - a "About" menu item
! * <li> - a "About" toolbar button
! * </ul>
! *
*
* @author letiemble
--- 13,17 ----
/**
! * Description of the Class
*
* @author letiemble
***************
*** 28,32 ****
public class AboutAction extends CommandAction
{
! /** Bundle for I18N */
private final static ResourceBundle res = ResourceBundle.getBundle("action");
--- 22,26 ----
public class AboutAction extends CommandAction
{
! /** Description of the Field */
private final static ResourceBundle res = ResourceBundle.getBundle("action");
Index: HelpOnLineAction.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/help/HelpOnLineAction.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** HelpOnLineAction.java 16 May 2002 19:36:12 -0000 1.4
--- HelpOnLineAction.java 10 Jun 2002 07:25:29 -0000 1.5
***************
*** 13,22 ****
/**
! * Regular "Help on line" Action that provides :
! * <ul>
! * <li> - a "Help" menu if it doesn't exist
! * <li> - a "Help on line" menu item
! * </ul>
! *
*
* @author letiemble
--- 13,17 ----
/**
! * Description of the Class
*
* @author letiemble
***************
*** 27,31 ****
public class HelpOnLineAction extends CommandAction
{
! /** Bundle for I18N */
private final static ResourceBundle res = ResourceBundle.getBundle("action");
--- 22,26 ----
public class HelpOnLineAction extends CommandAction
{
! /** Description of the Field */
private final static ResourceBundle res = ResourceBundle.getBundle("action");
Index: TOTDAction.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/help/TOTDAction.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TOTDAction.java 16 May 2002 19:36:12 -0000 1.4
--- TOTDAction.java 10 Jun 2002 07:25:29 -0000 1.5
***************
*** 13,22 ****
/**
! * Regular "Tip of the Day" Action that provides :
! * <ul>
! * <li> - a "Help" menu if it doesn't exist
! * <li> - a "Tip of the Day" menu item
! * </ul>
! *
*
* @author letiemble
--- 13,17 ----
/**
! * Description of the Class
*
* @author letiemble
***************
*** 27,31 ****
public class TOTDAction extends CommandAction
{
! /** Bundle for I18N */
private final static ResourceBundle res = ResourceBundle.getBundle("action");
--- 22,26 ----
public class TOTDAction extends CommandAction
{
! /** Description of the Field */
private final static ResourceBundle res = ResourceBundle.getBundle("action");
|