Skip to content
Snippets Groups Projects

MR/Changed language frontend

Files
7
@@ -34,7 +34,7 @@ public class AuctionBuilder implements Builder<Region> {
auctionCard.setPrefHeight(150);
auctionCard.setPrefWidth(180);
auctionCard.getChildren().add(Labels.prompt(auction.nameProperty()));
seeAuctionButton = ButtonWidgets.actionButton("See Auction", actionEvent -> {
seeAuctionButton = ButtonWidgets.actionButton("Bekijk Veiling", actionEvent -> {
if (auctionCard.getParent().getParent().getParent() == null) {
((BorderPane) auctionCard.getParent().getParent()).setCenter(new AuctionDetailsController(auction.idProperty().toString()).getView());
} else {