Update TaipanShopGUI.java

comment
This commit is contained in:
Vikramb987
2019-03-11 14:07:12 -06:00
committed by GitHub
parent cf0fd1281f
commit 696af67665

View File

@@ -1,3 +1,7 @@
/**
* TaipanShopGUI deals with setting the stage for shop
* Author: Vikram Bawa
*/
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.geometry.Insets;
@@ -12,7 +16,6 @@ import javafx.scene.layout.*;
import javafx.scene.shape.Rectangle;
import javafx.scene.text.Font;
import javafx.stage.Stage;
import java.util.Random;
public class TaipanShopGUI {