So this is what I am trying to do:
I want a scene showing 31 Panes, which then will be filled with either red or green color. (Clicking them should change the color)
I am wondering right now what is the best way to implement that. I first thought about a table View, but didnt really find a way to do this. The only option I can think of now is building it manually with 31 Anchor Panes.
Has anyone maybe a better idea?