Class FPanelLanceurPartie

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible
Direct Known Subclasses:
FPanelChoixPartie, FPanelNouvellePartie

public abstract class FPanelLanceurPartie extends FPanel
A partie launcher Panel.
It have a big "launch game" button.
Author:
Hydrolien
See Also:
  • Field Details

  • Constructor Details

    • FPanelLanceurPartie

      public FPanelLanceurPartie(int ac)
      Main constructor.
      It only build a launch button & place it.
      Parameters:
      ac - action of the launch button
  • Method Details

    • getLaunchButton

      public BoutonLong getLaunchButton()
    • getPartie

      public abstract Partie getPartie()