Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Quentin DRUAULT-AUBIN
lo23-project
Commits
39a6332a
Commit
39a6332a
authored
Dec 16, 2017
by
Quentin DRUAULT-AUBIN
Committed by
Paul Jeannot
Dec 17, 2017
Browse files
[Facade] Fix showGame()
parent
93e67aee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Battleship/src/main/java/com/utclo23/ihmtable/IHMTableFacade.java
View file @
39a6332a
...
@@ -135,7 +135,6 @@ public class IHMTableFacade implements IIHMTableToIHMMain, IIHMTableToData {
...
@@ -135,7 +135,6 @@ public class IHMTableFacade implements IIHMTableToIHMMain, IIHMTableToData {
//Créer la fenêtre
//Créer la fenêtre
FXMLLoader
paneLoader
=
new
FXMLLoader
(
getClass
().
getResource
(
FXML_PATH
));
FXMLLoader
paneLoader
=
new
FXMLLoader
(
getClass
().
getResource
(
FXML_PATH
));
Parent
pane
;
Parent
pane
;
InGameGUIController
controller
=
null
;
Stage
primaryStage
=
facadeIHMMain
.
getPrimaryStage
();
Stage
primaryStage
=
facadeIHMMain
.
getPrimaryStage
();
try
{
try
{
controller
=
new
InGameGUIController
();
controller
=
new
InGameGUIController
();
...
...
Write
Preview
Supports
Markdown
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