my problem is the following: I want to set all panes white, just like this:
paneVfeld1.setStyle("-fx-background-color: white");
paneVfeld2.setStyle("-fx-background-color: white");
paneVfeld3.setStyle("-fx-background-color: white");
paneVfeld4.setStyle("-fx-background-color: white");
paneVfeld5.setStyle("-fx-background-color: white");
paneVfeld6.setStyle("-fx-background-color: white");
paneVfeld7.setStyle("-fx-background-color: white");
paneVfeld8.setStyle("-fx-background-color: white");
paneVfeld9.setStyle("-fx-background-color: white");
paneVfeld10.setStyle("-fx-background-color: white");
But i seriously can´t do this for all my 42 panes, how can i shorten that, with an Array?, anything else?, thx for the help :)