I want to be able to customize the content in ControlFx MaskerPane.
I tried using the below code to add a component to it but no luck
MaskerPane mp = new Maskerpane();
mp.setProgressNode(new Text("Thank you for Your support"));
mp.setVisible("true");
Please how can I achieve this as it will be nice to have more than text and progress indicator in a MaskerPane