'Is it possible to edit the properties of a single tile in JavaFX tilepane?

Is there a way in JavaFX to get/change the properties of a single tile in the tilePane layout? More specifically, I am looking to change the color of a single tile.

If this isn't possible, what are some alternatives I could try?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source