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
412ed373
Commit
412ed373
authored
Jun 23, 2021
by
Tristan MAISONNEUVE
Browse files
CreationB adjustements
parent
82cb0628
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modele/info1/ships/CreationB.java
View file @
412ed373
...
...
@@ -84,7 +84,9 @@ public class CreationB {
case
-
1
:
JOptionPane
.
showMessageDialog
(
null
,
"Merci de choisir une bonne taille de bateau, pas de diagonale, la taille doit être comprise entre 1 et 5"
);
return
null
;
default
:
JOptionPane
.
showMessageDialog
(
null
,
"la taille doit être comprise entre 1 et 5"
);
return
null
;
}
return
null
;
}
}
\ No newline at end of file
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