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
Alexandre Ducarne
ai12-othello
Commits
8384f50a
Commit
8384f50a
authored
Nov 27, 2019
by
William Sha
Committed by
alexandre.ducarne
Nov 28, 2019
Browse files
Resolve main css path file
parent
9e8e4474
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/client/ClientApp.java
View file @
8384f50a
...
...
@@ -26,7 +26,7 @@ public class ClientApp extends Application {
public
static
final
int
APPLICATION_HEIGHT
=
500
;
private
static
final
Logger
LOGGER
=
LogManager
.
getLogger
(
ClientApp
.
class
);
// css definition
private
static
final
File
cssFile
=
new
File
(
"src/
baleine
/client/main/ressources/main.css"
);
private
static
final
File
cssFile
=
new
File
(
"src/
main/java
/client/main/ressources/main.css"
);
public
static
final
String
CSS_FILE_PATH
=
"file:///"
+
ClientApp
.
cssFile
.
getAbsolutePath
().
replace
(
"\\"
,
"/"
);
public
static
MainCore
mainCore
;
private
static
ComCoreClient
comCoreClient
;
...
...
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