Search in sources :

Example 1 with BusyBar

use of com.kotcrab.vis.ui.widget.BusyBar in project vis-ui by kotcrab.

the class TestBusyBar method addVisWidgets.

private void addVisWidgets() {
    BusyBar busyBar = new BusyBar();
    add(busyBar).top().space(0).growX().row();
    add(new VisLabel("Working...", Align.center)).grow().center();
}
Also used : BusyBar(com.kotcrab.vis.ui.widget.BusyBar) VisLabel(com.kotcrab.vis.ui.widget.VisLabel)

Aggregations

BusyBar (com.kotcrab.vis.ui.widget.BusyBar)1 VisLabel (com.kotcrab.vis.ui.widget.VisLabel)1