Skip to content
Snippets Groups Projects
Commit 6a94e580 authored by tjc's avatar tjc
Browse files

add getTextPane()

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5751 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent b32a63f1
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/FileViewer.java,v 1.10 2007-03-23 13:59:10 tjc Exp $
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/FileViewer.java,v 1.11 2007-03-23 14:16:14 tjc Exp $
*/
package uk.ac.sanger.artemis.components;
......@@ -59,7 +59,7 @@ import uk.ac.sanger.artemis.Options;
* be viewed.
*
* @author Kim Rutherford
* @version $Id: FileViewer.java,v 1.10 2007-03-23 13:59:10 tjc Exp $
* @version $Id: FileViewer.java,v 1.11 2007-03-23 14:16:14 tjc Exp $
*
**/
......@@ -381,4 +381,9 @@ public class FileViewer extends JFrame
}*/
}
public JTextPane getTextPane()
{
return textPane;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment