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();
}