how to make transparent scene and stage in javafx?
I want to have transparent progressindicator, which is indefinite. here is the code, it shows grey background state/scene. i wanted fully transparent. I tried following code, but it shows background stage which is not transparent. package application; import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.ProgressIndicator; import javafx.scene.layout.VBox; import javafx.scene.paint.Color; import javafx.stage.Stage; import javafx.stage.StageStyle; public class Main extends Application { @Override public void start(Stage stage) { /* * * my css file content: