Window
This component handles the main window for our game
Component Author: Jabo Release Date: April 11, 2020
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
Was this helpful?