From 140e8dc706540da7735c4f6da66ab384de3f5d7a Mon Sep 17 00:00:00 2001 From: Nathan Lum <33772546+Templarre@users.noreply.github.com> Date: Mon, 11 Mar 2019 15:17:42 -0600 Subject: [PATCH] Added Javadoc comments --- src/WarehouseGUI.java | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/WarehouseGUI.java b/src/WarehouseGUI.java index c3ba147..f47a001 100644 --- a/src/WarehouseGUI.java +++ b/src/WarehouseGUI.java @@ -10,8 +10,11 @@ import javafx.scene.text.Text; import javafx.stage.Stage; /** - * A class that makes the GUI for the Warehouse class. - */ +* 2019-03-10 +* Authors: Harkamal, Vikram, Haris, Siddhant, Nathan +* WarehouseGUI class, Initializes and displays the graphical interface for the warehouse in Taipan +* +*/ public class WarehouseGUI { private Player player;