Bootstrap with JavaFX

后端 未结 4 1078
后悔当初
后悔当初 2020-12-05 00:55

I am creating a GUI in a java fxml project using netbeans. I wanted to use bootstrap to style the gui but I have noticed that everything in javafx is prefixed with fx-

4条回答
  •  生来不讨喜
    2020-12-05 01:34

    It's not a complete implementation of the bootstrap style but you can start with this css file: https://github.com/watermint/Fextile/blob/master/src/main/resources/fextile.css

提交回复
热议问题