Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 750 → Rev 751

/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.16 $
* @version $Revision: 1.17 $
*
* Last modification: $Date: 2003/07/18 16:30:05 $
* $Id: OtherGUIActions.java,v 1.16 2003/07/18 16:30:05 smcsporr Exp $
* Last modification: $Date: 2003/07/22 18:28:19 $
* $Id: OtherGUIActions.java,v 1.17 2003/07/22 18:28:19 smcsporr Exp $
*/
 
package src.control;
18,7 → 18,14
import javax.swing.JFrame;
import javax.swing.JOptionPane;
 
// TODO JavaDoc class description
/**
*The class <code> OtherGUIAction </code> implemens an <code> AtionListener</code>
*and handels Actionevents from gui, that could not be placed in other classes.
*It just handels the exit-event
*
* @author H. Jakusch
*
*/
public class OtherGUIActions implements ActionListener {
private DocumentManagerInterface docMaster;