Skip to content
Snippets Groups Projects
Commit c7b45ff6 authored by Leon Dieter's avatar Leon Dieter
Browse files

minor changes

parent cb4e9119
No related branches found
No related tags found
No related merge requests found
......@@ -171,21 +171,22 @@ public class Simulator implements Runnable, ActionListener{
}
}
Point locationWindow = gui.getLocation();
//int WidthWindow = gui.getxscale();
//int HeightWindow = gui.getyscale();
int WidthWindow = gui.getxscale();
int HeightWindow = gui.getyscale();
System.out.println(gui.getxscale());
System.out.println(gui.getyscale());
System.out.println("aufruf");
gui.stopThread();
gui.dispose();
createSubClasses();
//gui.updateGUI(WidthWindow, HeightWindow);
gui.setLocation(locationWindow);
gui.updateGUI(WidthWindow, HeightWindow);
for (SimCodeFunction function : functionsCode) {
arduino.addFunction(function);
}
startSimu();
return true;
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment