Merge branch 'master' of https://gitarero.ecam.fr/laure.bel/OOP_F3_Project.git
This commit is contained in:
commit
c675915726
|
|
@ -1,6 +1,7 @@
|
|||
package backend;
|
||||
import java.util.ArrayList;
|
||||
|
||||
|
||||
import windowInterface.MyInterface;
|
||||
|
||||
public class Simulator extends Thread {
|
||||
|
|
@ -28,6 +29,8 @@ public class Simulator extends Thread {
|
|||
|
||||
//TODO : add missing attribute(s)
|
||||
|
||||
|
||||
|
||||
public Simulator(MyInterface mjfParam) {
|
||||
mjf = mjfParam;
|
||||
stopFlag=false;
|
||||
|
|
@ -322,6 +325,8 @@ public class Simulator extends Thread {
|
|||
|
||||
public void setLoopDelay(int delay) {
|
||||
//TODO : complete method
|
||||
loopDelay = delay;
|
||||
|
||||
}
|
||||
|
||||
public void toggleClickAction() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue