Javafx8 ProgressIndicator not showing in Ubuntu

90 Views Asked by At

I have developed an cross-platform app, which includes an javafx.stage.Popup object with javafx.scene.control.ProgressIndicator on it. It is showing on Windows, but not in Ubuntu(only percentage is showing), has anyone came across such problem

1

There are 1 best solutions below

0
On

I fixed it with giving progress-color property to progress indicator, linux just couldn't assign default background color to that component