Interface BusyLabelUI

    • Method Detail

      • getBusyPainter

        BusyPainter getBusyPainter​(java.awt.Dimension dim)
        Returns:
        The BusyPainter for the JXBusyLabel. If this method returns null, then no progress indication will be shown by busy label.
      • getDelay

        int getDelay()
        Delay between moving from one point to another. The exact timing will be close to the selected value but is not guaranteed to be precise (subject to the timing precision of underlaying jvm).
        Returns:
        Delay in ms.