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

Moved img-Folder into package (tec.letsgoing.simulator)

parent 209e5ae6
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,11 @@ public class GUI extends JFrame implements Runnable, ActionListener { ...@@ -50,7 +50,11 @@ public class GUI extends JFrame implements Runnable, ActionListener {
private Modul[] modules = new Modul[4]; private Modul[] modules = new Modul[4];
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