'Here is the code I used to change the color when I click the button'
Button button = new Button("one person");
button_1p.setStyle("-fx-background-color: #ff0000");
'Here is the code I used to change the color when I click the button'
Button button = new Button("one person");
button_1p.setStyle("-fx-background-color: #ff0000");