Skip to content
Snippets Groups Projects
Commit 53d22d47 authored by buehlera's avatar buehlera
Browse files

minor changes

parent 85814a5a
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ public class CodeConnectString extends SimCode { ...@@ -43,7 +43,7 @@ public class CodeConnectString extends SimCode {
@Override @Override
public String toString() { public String toString() {
return out; return out;
} }
} }
...@@ -58,7 +58,7 @@ public class GUI extends JFrame implements Runnable, ActionListener { ...@@ -58,7 +58,7 @@ public class GUI extends JFrame implements Runnable, ActionListener {
*/ */
public GUI(Simulator simu) { public GUI(Simulator simu) {
super("ArduBlock Simulator"); super("ArduBlock Simulator");
// Konstruktor der Module // Konstruktor der Module
modules[0] = new RGB(new ImageIcon(getToolkit() modules[0] = new RGB(new ImageIcon(getToolkit()
.getImage(GUI.class.getResource("/tec/letsgoing/ardublock/simulator/img/PM31_RGB_LED.png")))); .getImage(GUI.class.getResource("/tec/letsgoing/ardublock/simulator/img/PM31_RGB_LED.png"))));
......
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