两种方法
1、直接在javafx显示页面上
2、在.fxml代码里面添加
<Button layoutX="376.0" layoutY="51.0" prefHeight="25.647308349609375" style=" -fx-background-color:red; " text="0m - 5m" textFill="#00993d" underline="false" wrapText="false" />
背景颜色 :style=" -fx-background-color:red;"
字体颜色: textFill="#00993d"