Merged together Taipanshop with both Loanshark and Bank GUI
This commit is contained in:
@@ -11,7 +11,7 @@ import javafx.scene.layout.HBox;
|
||||
import javafx.scene.layout.VBox;
|
||||
import javafx.stage.Stage;
|
||||
|
||||
public class bankGUI extends Application {
|
||||
public class bankGUI{
|
||||
private Player player = new Player();
|
||||
/**
|
||||
* setter method that takes in a Player object as an argument.
|
||||
@@ -148,9 +148,4 @@ public class bankGUI extends Application {
|
||||
bank.initializeBank(primaryStage);
|
||||
primaryStage.show();
|
||||
}
|
||||
public static void main(String args[]) {
|
||||
launch(args);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user