简体   繁体   中英

GridPane in JavaFX

I have some questions about grid pane. I have this Grid Pane . How to delete vertical line between first and second columns in the zero row? How to change colors and size of grid lines?

gridLines in GridPane are just for development purposes. They are not meant to be used in production. In http://docs.oracle.com/javafx/2/api/javafx/scene/layout/GridPane.html one can read:

gridLinesVisible - For debug purposes only: controls whether lines are displayed to show the gridpane's rows and columns.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM