Serialized Form

Class FenetreChoix implements Serializable

Serialized Fields

jEdit_nom

javax.swing.JTextField jEdit_nom

jEdit_taille

javax.swing.JTextField jEdit_taille

nom

java.lang.String nom

taille

int taille


Class GoBomberman implements Serializable

Serialized Fields

FinAffichage

boolean FinAffichage
Desactive temporaire le thread affichage

JLabelScoreBomberman

javax.swing.JLabel JLabelScoreBomberman
Le score du bomberman

jPanel_Jeu

GoBomberman.JPanelJeu jPanel_Jeu
Cette jPanel est utilise comme canvas pour afficher notre Jeu

jPanel_Score

javax.swing.JPanel jPanel_Score
jPanel servant a visualise les scores

moteurJeu

MoteurJeu moteurJeu
Moteur de jeu Bomberman

nbImageFond

int nbImageFond
Image de fond

nomJoueurs

java.lang.String[] nomJoueurs
Nom des Joueurs

threadAffichage

GoBomberman.ThreadAffichage threadAffichage
Thread gerant de l'image de fond d'aceuil et d'aide


Class MoteurJeuException implements Serializable


Class Score implements Serializable

Serialized Fields

tableScore

java.util.ArrayList tableScore
contient le score de tout les joueurs


Class SpriteException implements Serializable