Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David LELIEVRE
projetS2-15-AL
Commits
32dcb6da
Commit
32dcb6da
authored
Jun 25, 2021
by
jwars62
Browse files
Merge branch 'main' of
https://gitlab.univ-nantes.fr/E200206Q/projet-tutore
into main
parents
3b2c5316
8c1f6c3f
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
32dcb6da
# Pour exécuter le jeu télécharger le fichier "Jar Executable" : appli_battleship.jar
### La documentation des classes écrite pendant cette semaine se trouve dans le dossier "/doc"
# Projet S2 : Bataille Navale
...
...
src/Appli.java
View file @
32dcb6da
...
...
@@ -9,7 +9,6 @@ public class Appli {
FenLog
l
=
new
FenLog
();
l
.
setVisible
(
true
);
//lie les différents listeners aux controleurs
l
.
fixeListenerCase
(
new
ButtonCreateFleetControleur
(
l
),
new
ButtonCreateFleetControleur
(
l
));
l
.
fixeListenerResetFlotte
(
new
ButtonResetFleetControleur
(
l
));
l
.
fixeListenerCase
(
new
ButtonGrilleHautControleur
(
l
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment