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

define MAX_CACHE_SIZE

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5748 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent d68ae048
Branches
Tags
No related merge requests found
......@@ -71,7 +71,8 @@ public class BigPane extends JFrame
protected static JInternalFrame srsFrame;
protected static JCheckBox addNote = new JCheckBox("Add Note");
protected static int CACHE_SIZE = 100;
public static int CACHE_SIZE = 100;
public static int MAX_CACHE_SIZE = 1000;
private JTextArea qualifier;
private DataViewInternalFrame dataView;
//private FeatureVector overlapFeature;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment