I am looking for a solution to map GUI elements (see drawing) in JavaFX with drawing. Is there a JavaFX element to do that? Or another possibility to achieve something alike?
The goal is to get a mapping like [1->A,B , 2->D , 4->C , 5->C]
—I hope you get the idea. Sorry for this quite unspecific question, but any hint is appreciated.