Skip to content

Commit

Permalink
fix bugs of donating discount codes
Browse files Browse the repository at this point in the history
  • Loading branch information
aboots committed Jun 22, 2020
1 parent abda97a commit 9b46bf3
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@ public void viewSingleOrder(String orderString) {
Label discountCodeInfo = new Label("Customer Order");
discountCodeInfo.setFont(Font.font("Times New Roman", 26));
discountCodeInfo.setPadding(new Insets(13));
// Image shoppingBag = new Image(getClass().getClassLoader().getResource("pictures/shoppingBag.png").toString());
// ImageView shoppingBagImageView = new ImageView(shoppingBag);
// shoppingBagImageView.setFitHeight(80);
// shoppingBagImageView.setFitWidth(60);
// shoppingBagImageView.setCursor(Cursor.HAND);
// root.add(shoppingBagImageView,2,2);
// GridPane.setValignment(shoppingBagImageView,VPos.TOP);
GridPane.setHalignment(discountCodeInfo, HPos.CENTER);
root.add(discountCodeInfo, 1, 1);
VBox vBox = new VBox();
Expand Down

0 comments on commit 9b46bf3

Please sign in to comment.