File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
quicksearchprot/src/main/java/no/uib/probe/quicksearchprot/gui Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1212import java .util .HashMap ;
1313import java .util .Map ;
1414import java .util .concurrent .Future ;
15- import java .util .logging .Level ;
16- import java .util .logging .Logger ;
1715import javax .swing .*;
1816import javax .swing .event .ChangeEvent ;
1917import javax .swing .filechooser .FileNameExtensionFilter ;
@@ -34,8 +32,6 @@ public abstract class QSPROTGUI extends javax.swing.JFrame {
3432
3533 // Tracks the last used directory in file dialogs.
3634 private String lastSelectedDirectory = "" ;// "/";
37- // The sample set directory .
38- private String lsampleSetDirectory = "" ;// "/";
3935 // Holds user input parameters for processing.
4036 private final QSProtInputsEntity inputEntity = new QSProtInputsEntity ();
4137 // Progress bar instance for feedback.
@@ -1022,7 +1018,6 @@ private boolean testDataAvailable() {
10221018 File jarDir = jarFile .getParentFile ();
10231019 File testSample = new File (jarDir .getAbsolutePath (), "testdata\\ PXD028427" );
10241020 if (testSample .exists ()) {
1025- lsampleSetDirectory = testSample .getAbsolutePath ();
10261021 for (File f : testSample .listFiles ()) {
10271022 String fileName = f .getName ();
10281023 if (fileName .equalsIgnoreCase ("qExactive01819.mgf" )) {
You can’t perform that action at this time.
0 commit comments