Skip to content
Snippets Groups Projects
Commit ca10a42b authored by Oliver Diers's avatar Oliver Diers
Browse files

Updated faulty build of the sfb-library

parent cfb836b5
No related branches found
No related tags found
No related merge requests found
No preview for this file type
File deleted
File added
......@@ -4,18 +4,20 @@ import java.io.File;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import javax.security.auth.Subject;
import javax.swing.JPanel;
import uiutils.CheckboxPanel;
import uiutils.ConditionedPanel;
import uiutils.InputFieldPanel;
import uiutils.LabelPanel;
import uiutils.SimpleFrame;
import utils.Debug;
public class Main {
public static void main(String[] args) {
InputFieldPanel inputPanel = new InputFieldPanel("Custom subject prefix: ", "sub-");
ConditionedPanel conditionedPanel = new ConditionedPanel("Check if your subject folders don't start with \"sub-\"", false,
......@@ -67,6 +69,8 @@ public class Main {
frame.submit();
}
// region constant Paths
private static final String[][] paths = {
{"Z:\\A01\\2019_Packheiser_QJEP_Overexpectation_Experiment01", "."},
......@@ -186,7 +190,9 @@ public class Main {
{"Z:\\A21\\INF_Suggestion_Fear_Conditioning_Activity_TRAP_Early_Extinction", null},
{"Z:\\A21\\INF_Suggestion_Fear_Conditioning_Activity_TRAP_Fear_Acquisition", null}
};
// endregion
public static void _main(String[] args) {
File basefolder = new File("C:\\Users\\Erik\\Desktop\\StudyCheck");
......@@ -213,4 +219,6 @@ public class Main {
System.out.println("Finished: " + path);
}
}
}
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