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

jpaoletti.jpm.core.Panels Maven / Gradle / Ivy

The newest version!
package jpaoletti.jpm.core;

import java.util.ArrayList;

/**
 * A group of panel rows.
 *
 * @author jpaoletti
 */
public class Panels {

    private ArrayList rows;

    public ArrayList getRows() {
        return rows;
    }

    public void setRows(ArrayList rows) {
        this.rows = rows;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy