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

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

package com.viaoa.web.swing;

import java.awt.Insets;

public class GridBagConstraints {

    public static final Object WEST = null;
    public static final int REMAINDER = -1;
    public Insets insets;
    public int anchor;
    public int gridwidth;
    public float weightx;
    public float weighty;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy