- Run the attached code
- If you see the similar output below, then the bug is reproduced.
Property 'borderFill' is not supported on DefaultStyleable[javafx.scene.text.Text@29203939] (source rule: * {
borderFill: red;
})
Property 'borderFill' is not supported on DefaultStyleable[javafx.scene.shape.DelegateShape@13236631] (source rule: * {
borderFill: red;
})
This happens for all the style properties which you have given in the style attribute, like "backgroundFill: red"
- If you see the similar output below, then the bug is reproduced.
Property 'borderFill' is not supported on DefaultStyleable[javafx.scene.text.Text@29203939] (source rule: * {
borderFill: red;
})
Property 'borderFill' is not supported on DefaultStyleable[javafx.scene.shape.DelegateShape@13236631] (source rule: * {
borderFill: red;
})
This happens for all the style properties which you have given in the style attribute, like "backgroundFill: red"