Skip to content
Snippets Groups Projects
Verified Commit 18262e16 authored by Théo Pirkl's avatar Théo Pirkl :nail_care:
Browse files

Closes properly method refreshScreen

parent 5ed218a9
Branches
No related tags found
1 merge request!21*poof* final version
......@@ -421,10 +421,10 @@ public class MainWindowController implements Initializable {
return true;
}
// La pièce de résistance.
if (message.toLowerCase().contains("reikik")){
if (message.toLowerCase().contains("scrum")){
try {
Color c = Color.color(0, 1, 0, 1);
drawMessage("SCRUM", AppConfig.EASTER_EGG_SCRUM, c);
drawMessage("KANBAN !!", AppConfig.EASTER_EGG_SCRUM, c);
AudioInputStream audioIn = AudioSystem.getAudioInputStream(
MainWindowController.class.getResource("/img/javafx_res5").toURI().toURL());
Clip clip = AudioSystem.getClip();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment