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

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

The newest version!
package jpaoletti.jpm.core;

import java.util.ArrayList;

/**
 * A panel row.
 *
 * @author jpaoletti
 */
public class PanelRow {

    private ArrayList panels;

    public ArrayList getPanels() {
        return panels;
    }

    public void setPanels(ArrayList panels) {
        this.panels = panels;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy