Search in sources :

Example 1 with VisScrollPane

use of com.kotcrab.vis.ui.widget.VisScrollPane in project HyperLap2D by rednblackgames.

the class UIAnimationsTab method crateScrollPane.

@Override
protected VisScrollPane crateScrollPane() {
    animationsTable = new VisTable();
    HyperLap2DFacade.getInstance().sendNotification(UIResourcesBoxMediator.ADD_RESOURCES_BOX_TABLE_SELECTION_MANAGEMENT, animationsTable);
    VisScrollPane scrollPane = StandardWidgetsFactory.createScrollPane(animationsTable);
    scrollPane.setScrollingDisabled(true, false);
    return scrollPane;
}
Also used : VisTable(com.kotcrab.vis.ui.widget.VisTable) VisScrollPane(com.kotcrab.vis.ui.widget.VisScrollPane)

Aggregations

VisScrollPane (com.kotcrab.vis.ui.widget.VisScrollPane)1 VisTable (com.kotcrab.vis.ui.widget.VisTable)1