* minor - javadoc

This commit is contained in:
Heng Sin Low 2007-06-04 02:01:22 +00:00
parent 45c7566ae0
commit cdb0d63488
3 changed files with 4 additions and 3 deletions

View File

@ -27,7 +27,8 @@ import org.compiere.util.*;
/**
* Start Menu Item & UpdateProgress Bar
* Start application action ( process, workflow, window, form, task )
* of a menu item ( ad_menu ) or workflow node ( ad_wf_node ).
*
* @author Jorg Janke
* @version $Id: AMenuStartItem.java,v 1.2 2006/07/30 00:51:27 jjanke Exp $

View File

@ -34,7 +34,7 @@ import org.compiere.swing.*;
import org.compiere.util.*;
/**
* Main Application Panel.
* Main Panel of application window.
* <pre>
* Structure:
* (MenuBar) -> to be added to owning window

View File

@ -24,7 +24,7 @@ import org.compiere.util.*;
/**
* Application Action.
* Creates Action with MenuItem and Button
* Creates Action with MenuItem and Button, delegate execution of action to an attached ActionListener instance
* The ActionCommand is translated for display
* If translated text contains &, the next character is the Mnemonic
*