Search in sources :

Example 11 with ProgressIndicator

use of javafx.scene.control.ProgressIndicator in project POL-POM-5 by PlayOnLinux.

the class MainWindowView method createWaitPanel.

private HBox createWaitPanel() {
    final ProgressIndicator progressIndicator = new ProgressIndicator();
    progressIndicator.getStyleClass().add("waiting-indicator");
    final HBox waitPanel = new HBox(progressIndicator);
    waitPanel.getStyleClass().add("rightPane");
    return waitPanel;
}
Also used : HBox(javafx.scene.layout.HBox) ProgressIndicator(javafx.scene.control.ProgressIndicator)

Aggregations

ProgressIndicator (javafx.scene.control.ProgressIndicator)11 Region (javafx.scene.layout.Region)3 HBox (javafx.scene.layout.HBox)2 FxThread (com.cas.sim.tis.anno.FxThread)1 InvocationTargetException (java.lang.reflect.InvocationTargetException)1 Method (java.lang.reflect.Method)1 KeyFrame (javafx.animation.KeyFrame)1 KeyValue (javafx.animation.KeyValue)1 Timeline (javafx.animation.Timeline)1 Task (javafx.concurrent.Task)1 JFXPanel (javafx.embed.swing.JFXPanel)1 Label (javafx.scene.control.Label)1 StackPane (javafx.scene.layout.StackPane)1 VBox (javafx.scene.layout.VBox)1 WebView (javafx.scene.web.WebView)1 SearchAlgorithm (org.kanonizo.algorithms.SearchAlgorithm)1 Prerequisite (org.kanonizo.annotations.Prerequisite)1