Is it possible to set a JavaFX static property in CSS?

前端 未结 2 899
遥遥无期
遥遥无期 2021-01-21 00:54

Sample FXML with the BorderPanel.alignment \"static property\":


  
    
2条回答
  •  Happy的楠姐
    2021-01-21 01:27

    For JavaFX versions 2.0 to 2.2 => no you cannot set the static layout properties via css.

    You can create a feature request in the JavaFX jira to ask this functionality be implemented in a future JavaFX version.

提交回复
热议问题