All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bigcustard.scene2dplus.tab.TabControl Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.bigcustard.scene2dplus.tab;

import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.ui.Button;
import com.badlogic.gdx.scenes.scene2d.ui.Cell;
import com.badlogic.gdx.scenes.scene2d.ui.Table;
import com.badlogic.gdx.scenes.scene2d.utils.ChangeListener;
import com.badlogic.gdx.utils.Disposable;
import com.bigcustard.scene2dplus.button.ErrorHandler;

import java.util.ArrayList;
import java.util.concurrent.atomic.AtomicReference;

public class TabControl extends Table {
    private java.util.List tabs = new ArrayList<>();
    private java.util.List




© 2015 - 2025 Weber Informatics LLC | Privacy Policy