|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJeu
public class Jeu
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 |
---|
public static Partie partie
public static FenetreDeJeu fenetrePrincipale
public static int tailleEcranX
public static int tailleEcranY
Constructor Detail |
---|
public Jeu()
Method Detail |
---|
public static void main(java.lang.String[] args)
public static void mettreEnPleinEcran(javax.swing.JFrame frame)
frame
- JFrame
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |