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

net.sf.fmj.gui.controlpanelfactory.ControlPanelFactory Maven / Gradle / Ivy

There is a newer version: 1.0.2-jitsi
Show newest version
package net.sf.fmj.gui.controlpanelfactory;

import java.awt.*;

import javax.media.*;

/**
 * A factory for a control panel component.
 *
 * @author Ken Larson
 *
 */
public interface ControlPanelFactory
{
    public Component getControlPanelComponent(Player p);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy