no message
This commit is contained in:
@@ -150,7 +150,7 @@ public class Global {
|
||||
Log = new Loggable() {
|
||||
@Override
|
||||
public String getLogHomePath() {
|
||||
return Paths.get(Home, "Components").toString();
|
||||
return Paths.get(System.getProperty("user.dir"), "Components").toString();
|
||||
}
|
||||
@Override
|
||||
public String getLogName() {
|
||||
|
||||
@@ -58,12 +58,11 @@ public class MainMenuBar extends VisualiserMenuBar {
|
||||
setIcon("/icons/Apply.png");
|
||||
setToolTipText("Test");
|
||||
addActionListener(e -> {
|
||||
SapforTestingPlanner planner =new SapforTestingPlanner();
|
||||
planner.Start();
|
||||
Pass_2021.passes.get(PassCode_2021.TestPass).Do();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
*/
|
||||
//---
|
||||
ShowProject(false);
|
||||
|
||||
Reference in New Issue
Block a user