Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 883 → Rev 884

/sun/xmleditor/trunk/src/gui/GUI.java
4,10 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.89 $
* @version $Revision: 1.90 $
*
* Last modification: $Date: 2003/07/28 13:21:40 $
* $Id: GUI.java,v 1.89 2003/07/28 13:21:40 smcsporr Exp $
* Last modification: $Date: 2003/07/28 14:26:29 $
* $Id: GUI.java,v 1.90 2003/07/28 14:26:29 smcsporr Exp $
*/
 
package src.gui;
52,7 → 52,7
*
* @author group 5
*
* @version $Revision: 1.89 $ Last modification: $Date: 2003/07/28 13:21:40 $
* @version $Revision: 1.90 $ Last modification: $Date: 2003/07/28 14:26:29 $
*/
public class GUI
extends JFrame implements GuiInterface, WindowListener {
94,7 → 94,7
private LogPanel logPanel = new LogPanel();
private StatusPanel statusPanel = new StatusPanel();
/* Menu buttons for view-menu*/
/** Menu buttons for view menu. */
private JMenuItem setXpath;
private JMenuItem clearLogPanel;