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

@@ -11,6 +11,12 @@ import javafx.scene.layout.HBox;
import javafx.scene.layout.VBox;
import javafx.stage.Stage;
/**
* 2019-03-10
* Authors: Siddhant Dewani
* LoanShark GUI Class allows the user to get a loan from the loan shark
*/
public class LoanSharkGUI extends Player {
/**