Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 159 → Rev 160

/sun/xmleditor/trunk/src/control/OtherGUIActions.java
1,8 → 1,6
/*
* Created on 02.07.2003
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package src.control;
 
9,8 → 7,7
/**
* @author Holgerchen
*
* To change the template for this generated type comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
* This class handels Gui operations that can't be placed in another class
*/
 
import java.awt.event.*;
20,11 → 17,22
public class OtherGUIActions implements ActionListener
{
 
/**
* @author hjokusch
*an empty constructor
*
*/
public OtherGUIActions()
{
}
 
 
/**
* Method needed by ActionListener
*
*/
 
public void actionPerformed(ActionEvent e) {
 
47,7 → 55,15
}
public boolean quitConfirmed()
/**
* private methode to open the "Quit Confirmation" dialog
*
* @return nothing
*/
private boolean quitConfirmed()
{
JFrame frame = new JFrame();
String s1 = "Quit";