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

tidy

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@7337 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 9b917ded
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/BasePlotGroup.java,v 1.7 2008-03-06 14:34:05 tjc Exp $ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/BasePlotGroup.java,v 1.8 2008-05-02 12:50:01 tjc Exp $
*/ */
package uk.ac.sanger.artemis.components; package uk.ac.sanger.artemis.components;
...@@ -30,19 +30,17 @@ import uk.ac.sanger.artemis.sequence.*; ...@@ -30,19 +30,17 @@ import uk.ac.sanger.artemis.sequence.*;
import uk.ac.sanger.artemis.plot.*; import uk.ac.sanger.artemis.plot.*;
import java.awt.*; import java.awt.*;
import java.awt.event.*;
import java.io.IOException;
import java.io.File;
import java.util.Vector; import java.util.Vector;
import javax.swing.*; import javax.swing.JComponent;
import javax.swing.JPanel;
/** /**
* This is a super-component containing several BasePlot components, each of * This is a super-component containing several BasePlot components, each of
* which can toggled off and on. * which can toggled off and on.
* *
* @author Kim Rutherford * @author Kim Rutherford
* @version $Id: BasePlotGroup.java,v 1.7 2008-03-06 14:34:05 tjc Exp $ * @version $Id: BasePlotGroup.java,v 1.8 2008-05-02 12:50:01 tjc Exp $
**/ **/
public class BasePlotGroup extends JPanel public class BasePlotGroup extends JPanel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment