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

net.thevpc.echo.VerticalPane Maven / Gradle / Ivy

package net.thevpc.echo;

import net.thevpc.echo.constraints.Layout;

public class VerticalPane extends Panel{
    public VerticalPane(Application application) {
        this(null,application);
    }

    public VerticalPane(String id, Application app) {
        super(id, Layout.VERTICAL, app);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy