Skip to content
Snippets Groups Projects
Commit 161ecaa9 authored by buehlera's avatar buehlera
Browse files

removed static var for imgs

parent 9f3c9e7b
No related branches found
No related tags found
No related merge requests found
...@@ -51,10 +51,6 @@ public class GUI extends JFrame implements Runnable, ActionListener { ...@@ -51,10 +51,6 @@ public class GUI extends JFrame implements Runnable, ActionListener {
private volatile boolean stopFlag = false; private volatile boolean stopFlag = false;
private JTextArea serialLog = new JTextArea(); private JTextArea serialLog = new JTextArea();
private static final String MOD_RGB_IMG_PATH = "/tec/letsgoing/simulator/img/PM31_RGB_LED.png";
private static final String MOD_BTN_IMG_PATH = "/tec/letsgoing/simulator/img/PM26_Taster.png";
/** /**
* Konstruktor der Klasse GUI * Konstruktor der Klasse GUI
* @param simu Instanz des Simulators * @param simu Instanz des Simulators
......
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