Package net.sf.fmj.ejmf.toolkit.gui.controlpanel

Examples of net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel


public class StandardControlPanelFactory implements ControlPanelFactory
{

  public Component getControlPanelComponent(Player p)
  {
        return new StandardControlPanel(p, StandardControlPanel.USE_START_CONTROL | StandardControlPanel.USE_STOP_CONTROL | StandardControlPanel.USE_PROGRESS_CONTROL);
       
  }
View Full Code Here

TOP

Related Classes of net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.