Update of /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window
In directory usw-pr-cvs1:/tmp/cvs-serv29461/adwt/src/main/net/sourceforge/ejtools/awt/action/window
Modified Files:
CascadeAction.java CloseAction.java CloseAllAction.java
InternalFrameAction.java TileAction.java
Log Message:
Nothing
Index: CascadeAction.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window/CascadeAction.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CascadeAction.java 5 May 2002 20:09:56 -0000 1.3
--- CascadeAction.java 16 May 2002 19:36:12 -0000 1.4
***************
*** 15,21 ****
* Regular "Cascade windows" Action that provides :
* <ul>
! * <li>- a "Windows" menu if it doesn't exist
! * <li>- a "Cascade windows" menu item
* </ul>
*
* @author letiemble
--- 15,22 ----
* Regular "Cascade windows" Action that provides :
* <ul>
! * <li> - a "Windows" menu if it doesn't exist
! * <li> - a "Cascade windows" menu item
* </ul>
+ *
*
* @author letiemble
Index: CloseAction.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window/CloseAction.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CloseAction.java 5 May 2002 20:09:56 -0000 1.3
--- CloseAction.java 16 May 2002 19:36:12 -0000 1.4
***************
*** 15,21 ****
* Regular "Close active window" Action that provides :
* <ul>
! * <li>- a "Windows" menu if it doesn't exist
! * <li>- a "Close active window" menu item
* </ul>
*
* @author letiemble
--- 15,22 ----
* Regular "Close active window" Action that provides :
* <ul>
! * <li> - a "Windows" menu if it doesn't exist
! * <li> - a "Close active window" menu item
* </ul>
+ *
*
* @author letiemble
Index: CloseAllAction.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window/CloseAllAction.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CloseAllAction.java 5 May 2002 20:09:56 -0000 1.3
--- CloseAllAction.java 16 May 2002 19:36:12 -0000 1.4
***************
*** 16,22 ****
* Regular "Close all windows" Action that provides :
* <ul>
! * <li>- a "Windows" menu if it doesn't exist
! * <li>- a "Close all windows" menu item
* </ul>
*
* @author letiemble
--- 16,23 ----
* Regular "Close all windows" Action that provides :
* <ul>
! * <li> - a "Windows" menu if it doesn't exist
! * <li> - a "Close all windows" menu item
* </ul>
+ *
*
* @author letiemble
Index: InternalFrameAction.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window/InternalFrameAction.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** InternalFrameAction.java 5 May 2002 20:09:56 -0000 1.3
--- InternalFrameAction.java 16 May 2002 19:36:12 -0000 1.4
***************
*** 18,24 ****
* Regular spacer for the title of a window that provides :
* <ul>
! * <li>- a "Windows" menu if it doesn't exist
! * <li>- a "N/A" menu item replaced by the title of the window
* </ul>
*
* @author letiemble
--- 18,25 ----
* Regular spacer for the title of a window that provides :
* <ul>
! * <li> - a "Windows" menu if it doesn't exist
! * <li> - a "N/A" menu item replaced by the title of the window
* </ul>
+ *
*
* @author letiemble
Index: TileAction.java
===================================================================
RCS file: /cvsroot/ejtools/libraries/adwt/src/main/net/sourceforge/ejtools/awt/action/window/TileAction.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TileAction.java 5 May 2002 20:09:56 -0000 1.3
--- TileAction.java 16 May 2002 19:36:12 -0000 1.4
***************
*** 15,21 ****
* Regular "Tile windows" Action that provides :
* <ul>
! * <li>- a "Windows" menu if it doesn't exist
! * <li>- a "Tile windows" menu item
* </ul>
*
* @author letiemble
--- 15,22 ----
* Regular "Tile windows" Action that provides :
* <ul>
! * <li> - a "Windows" menu if it doesn't exist
! * <li> - a "Tile windows" menu item
* </ul>
+ *
*
* @author letiemble
|