Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 499 → Rev 500

/sun/xmleditor/trunk/src/control/OtherGUIActions.java
4,10 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.9 $
* @version $Revision: 1.10 $
*
* Last modification: $Date: 2003/07/15 14:38:34 $
* $Id: OtherGUIActions.java,v 1.9 2003/07/15 14:38:34 hjokusch Exp $
* Last modification: $Date: 2003/07/15 17:23:37 $
* $Id: OtherGUIActions.java,v 1.10 2003/07/15 17:23:37 smcsporr Exp $
*/
 
package src.control;
36,7 → 36,7
}
 
/**
* Method needed by ActionListener.
* Method needed by <code>ActionListener</code>.
*/
public void actionPerformed(ActionEvent e) {
51,7 → 51,7
/**
* <code>quitConfirmed</code> asks the user if he/she wants to leave to program.
*
* @return A boolean value indicating if the exit procedure has been confirmed.
* @return A <code>boolean</code> value indicating if the exit procedure has been confirmed.
* <code>true<code> if user confirms, <code>false<code> otherwise.
*
*/