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

com.viaoa.web.swing.BorderLayout Maven / Gradle / Ivy

package com.viaoa.web.swing;

public class BorderLayout implements LayoutInterface {

    public BorderLayout(int i, int j) {
        // TODO Auto-generated constructor stub
    }

    public BorderLayout() {
        // TODO Auto-generated constructor stub
    }

    public static final String NORTH  = "North";

    /**
     * The south layout constraint (bottom of container).
     */
    public static final String SOUTH  = "South";

    /**
     * The east layout constraint (right side of container).
     */
    public static final String EAST   = "East";

    /**
     * The west layout constraint (left side of container).
     */
    public static final String WEST   = "West";

    /**
     * The center layout constraint (middle of container).
     */
    public static final String CENTER = "Center";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy