Added Javadoc comments

This commit is contained in:
Nathan Lum
2019-03-11 15:17:42 -06:00
committed by GitHub
parent e21a7c9f54
commit 140e8dc706

View File

@@ -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;