Javafx8 ProgressIndicator not showing in Ubuntu

100 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 answers

0
Hrayr  Hovakimyan On

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