
com.viaoa.web.swing.GridBagConstraints Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of oa-web Show documentation
Show all versions of oa-web Show documentation
Object Automation Web library
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