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 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);
|
||||
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user