From ab0f89b8a663658388f3be62eec19112e911e2c4 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Sun, 30 Oct 2016 15:34:49 +0100 Subject: [PATCH] Added a warning to top of file --- src/Launcher/Main.java | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/Launcher/Main.java b/src/Launcher/Main.java index c3f9638..4ed7043 100644 --- a/src/Launcher/Main.java +++ b/src/Launcher/Main.java @@ -1,7 +1,14 @@ +/* +NOTE TO ANY READERS: +Check out "Rogue - Atlantic". It's a pretty sweet song though I must say that Flo Rida has some pretty good songs too. +Either way, I'd recommend some music if you're considering reading through this hell. Honestly, I feel like even my +not-so-messy code is extremely messy just because of how I work. I mean, I try to make the code readable but people +always tell me that it's virtually unreadable and it doesn't help that It's difficult to explain to them what the code +does without them losing interest. + */ package Launcher; import javafx.application.Application; -import javafx.beans.property.ReadOnlyBooleanProperty; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene;