Added javadocs

This commit is contained in:
Siddhant Dewani
2019-03-24 22:20:00 -06:00
parent 016b765e3a
commit ffc2000c70
4 changed files with 31 additions and 9 deletions

View File

@@ -12,6 +12,11 @@ import javafx.scene.layout.VBox;
import javafx.stage.Stage;
public class BankGUI extends Player{
/**
* 2019-03-10
* Authors: Siddhant Dewani
* BankGUI allows the user to store cash and gain interest off of the cash
*/
/**
* Class Constructor that takes in a type player as a parameter