Skip to content
Snippets Groups Projects
Commit 25fed531 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Adding pico and zebra to TTool

parent 12208538
No related branches found
No related tags found
No related merge requests found
...@@ -294,7 +294,7 @@ public class JFrameAI extends JFrame implements ActionListener, Runnable { ...@@ -294,7 +294,7 @@ public class JFrameAI extends JFrame implements ActionListener, Runnable {
} }
String[] names = {"pico", "zebre", "pingouin", "chien", "minou", "kitty", "chaton", "whatsapp", "Luke Skywalker", String[] names = {"pico", "zebre", "pingouin", "chien", "minou", "kitty", "chaton", "whatsapp", "Luke Skywalker",
"macareux", "ours", "italien", "paris-brest", "belle-mère", "apéro (l'abus d'alcool est dangereux pour la santé)", "macareux", "ours", "italien", "paris-brest", "belle-mère", "apéro (l'abus d'alcool est dangereux pour la santé)",
"carpe", "crocodile", "psychologue", "dr emacs"}; "carpe", "crocodile", "psychologue", "dr emacs", "3615-TTool"};
int x = (int)(Math.random()*names.length); int x = (int)(Math.random()*names.length);
return names[x]; return names[x];
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment