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

org.pepsoft.worldpainter.layers.AbstractEditLayerDialog Maven / Gradle / Ivy

There is a newer version: 2.23.2
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package org.pepsoft.worldpainter.layers;

import org.pepsoft.worldpainter.WorldPainterModalFrame;

import java.awt.*;

/**
 *
 * @author pepijn
 */
public abstract class AbstractEditLayerDialog extends WorldPainterModalFrame {
    public AbstractEditLayerDialog(Window owner) {
        super(owner);
    }

    public abstract T getLayer();

    private static final long serialVersionUID = 1L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy