Skip to content
Snippets Groups Projects
Commit 47a81f79 authored by Uli Bähr's avatar Uli Bähr
Browse files

GuiController aufgeräumt => Namen geändert, auch in der gui.fxml (fxid)

parent 811d5cc4
No related branches found
No related tags found
No related merge requests found
Pipeline #272 passed with stages
in 2 minutes and 55 seconds
...@@ -232,7 +232,7 @@ public class GuiController { ...@@ -232,7 +232,7 @@ public class GuiController {
//TODO Anbindung an Klasse Hardware //TODO Anbindung an Klasse Hardware
if (e.getSource() == btnA){ if (e.getSource() == btnA){
setText(btnA); setText(btnA);
leuchten(); //leuchten();
} }
if (e.getSource() == btnB) setText(btnB); if (e.getSource() == btnB) setText(btnB);
if (e.getSource() == btnC) setText(btnC); if (e.getSource() == btnC) setText(btnC);
......
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