Log in Help
Print
Homewikicode-repositorysrcsheffieldexamples 〉 MyDocViewer.java
 
/*
 *  MyDocViewer.java
 *
 *
 * Copyright (c) 2000-2001, The University of Sheffield.
 *
 * This file is part of GATE (see http://gate.ac.uk/), and is free
 * software, licenced under the GNU Library General Public License,
 * Version 2, June1991.
 *
 * A copy of this licence is included in the distribution in the file
 * licence.html, and is also available at http://gate.ac.uk/gate/licence.html.
 *
 *  hamish, 29/1/2002
 *
 *  $Id: MyDocViewer.java,v 1.3 2004/12/14 14:36:24 niraj Exp $
 */

package sheffield.examples;

import gate.*;
import gate.gui.*;
import gate.gui.docview.DocumentEditor;


/**
 * This class illustrates the minimal way to create a document
 * viewer/editor that will be loaded in the GATE GUI alongside
 * GATE's own viewer.
 */
public class MyDocViewer extends DocumentEditor
  implements VisualResource {

} // class MyDocViewer