Window
This component handles the main window for our game
new Window(String windowTitle, int width, int height);getWindowWidth(); // Returns Integer
getWindowHeight(); // Returns Integer
getWindowTitle(); // Returns String
getWindow(); // Returns JFrame Object
getCanvas(); // Returns Canvas ObjectLast updated