Merged together Taipanshop with both Loanshark and Bank GUI

This commit is contained in:
2019-03-10 18:36:54 -06:00
parent c3f7cc16d2
commit 0f2e8848ad
4 changed files with 9 additions and 14 deletions

View File

@@ -11,7 +11,7 @@ import javafx.scene.layout.HBox;
import javafx.scene.layout.VBox;
import javafx.stage.Stage;
public class loanSharkGUI extends Application{
public class loanSharkGUI{
private Player player = new Player();
/**
* setter method that takes in a Player object as an argument.
@@ -153,10 +153,6 @@ public class loanSharkGUI extends Application{
loan.initializeLoanShark(primaryStage);
primaryStage.show();
}
public static void main(String args[]) {
launch(args);
}
/**