Class Jeu

java.lang.Object
  extended by Jeu

public class Jeu
extends java.lang.Object


Field Summary
static FenetreDeJeu fenetrePrincipale
           
static Partie partie
           
static int tailleEcranX
           
static int tailleEcranY
           
 
Constructor Summary
Jeu()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void mettreEnPleinEcran(javax.swing.JFrame frame)
          Permet de mettre le jeu en plein écran
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

partie

public static Partie partie

fenetrePrincipale

public static FenetreDeJeu fenetrePrincipale

tailleEcranX

public static int tailleEcranX

tailleEcranY

public static int tailleEcranY
Constructor Detail

Jeu

public Jeu()
Method Detail

main

public static void main(java.lang.String[] args)

mettreEnPleinEcran

public static void mettreEnPleinEcran(javax.swing.JFrame frame)
Permet de mettre le jeu en plein écran

Parameters:
frame - JFrame