Package jltk.gui

Class ProgressIndicator


  • public class ProgressIndicator
    extends Control
    A circular control which is used for indicating progress.
    Version:
    24.05.2022
    Author:
    ms
    • Field Detail

      • fxProgressIndicator

        protected javafx.scene.control.ProgressIndicator fxProgressIndicator
    • Constructor Detail

      • ProgressIndicator

        public ProgressIndicator​(double pLeft,
                                 double pTop,
                                 double pWidth,
                                 double pHeight)
        Creates the progress indicator on the specified postion.
        Parameters:
        pLeft - The horizontal coordinate
        pTop - The vertical coordinate
        pWidth - The width of the progress indicator
        pHeight - The height of the progress indicator
      • ProgressIndicator

        public ProgressIndicator​(Window pWindow,
                                 double pLeft,
                                 double pTop,
                                 double pWidth,
                                 double pHeight)
        Creates the progress indicator at the specified position
        Parameters:
        pWindow - The window, the progress indicator should be placed
        pLeft - The horizontal coordinate
        pTop - The vertical coordinate
        pWidth - The width of the progress indicator
        pHeight - The height of the progress indicator
        pWindow - The window, the progress indicator should be placed