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
Tristan MAISONNEUVE
projetS2-2021-23-LJ
Commits
c7841885
Commit
c7841885
authored
Jun 23, 2021
by
Jolan RENOUX
Browse files
maj vue5
parent
5dea7ab4
Changes
4
Hide whitespace changes
Inline
Side-by-side
out/production/battleship-student-project-2021/Application.class
View file @
c7841885
No preview for this file type
out/production/battleship-student-project-2021/vue/FenetreConnexion.class
View file @
c7841885
No preview for this file type
out/production/battleship-student-project-2021/vue/FenetreJeux.class
View file @
c7841885
No preview for this file type
src/vue/FenetreConnexion.java
View file @
c7841885
...
...
@@ -275,6 +275,7 @@ public class FenetreConnexion extends JFrame {
// public Integer getGameID(){ return gameId; }
public
NavyFleet
getFlotte
(){
return
flotte
;}
public
Boolean
getCreerpartie
()
{
return
true
;
}
public
Game
getgamefromlist
(){
return
(
Game
)
pInitialise
.
getSelectedItem
();}
// Les setters
// public void setGameID(Integer i){ gameId = i; }
...
...
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