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

org.ggp.base.apps.player.config.ConfigPanel Maven / Gradle / Ivy

There is a newer version: 0.0.15
Show newest version
package org.ggp.base.apps.player.config;

import java.awt.LayoutManager;

import javax.swing.JPanel;

@SuppressWarnings("serial")
public abstract class ConfigPanel extends JPanel
{

    public ConfigPanel(LayoutManager layoutManager)
    {
        super(layoutManager);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy