Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tp-4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pirkl-poo-2018
tp-4
Commits
7cb0cb5d
Unverified
Commit
7cb0cb5d
authored
6 years ago
by
Github
Browse files
Options
Downloads
Patches
Plain Diff
Second typo
parent
9da1226c
Branches
Branches containing commit
No related tags found
1 merge request
!21
*poof* final version
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/ch/hepia/ui/MainWindowController.java
+3
-3
3 additions, 3 deletions
src/main/java/ch/hepia/ui/MainWindowController.java
with
3 additions
and
3 deletions
src/main/java/ch/hepia/ui/MainWindowController.java
+
3
−
3
View file @
7cb0cb5d
...
...
@@ -402,17 +402,17 @@ public class MainWindowController implements Initializable {
private
boolean
refreshScreen
(
String
message
)
{
if
(
message
.
toLowerCase
().
contains
(
"23 dbm"
)
||
message
.
contains
(
"23dbm"
)){
Color
c
=
Color
.
color
(
1
,
0.0
,
0.0
,
0.5
);
drawMessage
(
"
Maliki : h
alte ! Pas plus de 23 dbm !"
,
AppConfig
.
EASTER_EGG_23DBM
,
c
);
drawMessage
(
"
H
alte ! Pas plus de 23 dbm !"
,
AppConfig
.
EASTER_EGG_23DBM
,
c
);
return
true
;
}
if
(
message
.
toLowerCase
().
contains
(
"yaka"
)){
Color
c
=
Color
.
color
(
0.96
,
0.317
,
0.592
,
0.5
);
drawMessage
(
"
Orestis :
Pause café !"
,
AppConfig
.
EASTER_EGG_CAFE
,
c
);
drawMessage
(
"Pause café !"
,
AppConfig
.
EASTER_EGG_CAFE
,
c
);
return
true
;
}
if
(
message
.
toLowerCase
().
contains
(
"effet de bord"
)){
Color
c
=
Color
.
color
(
1
,
0.5
,
0.1
,
1
);
drawMessage
(
"
Cavat :
Au lieu de faire des EDB, tu ferais mieux de réviser ta contravariance !!!."
,
AppConfig
.
EASTER_EGG_EFFET_DE_BORD
,
c
);
drawMessage
(
"Au lieu de faire des EDB, tu ferais mieux de réviser ta contravariance !!!."
,
AppConfig
.
EASTER_EGG_EFFET_DE_BORD
,
c
);
return
true
;
}
return
false
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment