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

Adding pico and zebra to TTool

parent 2ffc0dc4
No related branches found
No related tags found
No related merge requests found
...@@ -293,7 +293,7 @@ public class JFrameAI extends JFrame implements ActionListener, Runnable { ...@@ -293,7 +293,7 @@ public class JFrameAI extends JFrame implements ActionListener, Runnable {
return "Chat"; return "Chat";
} }
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"}; "macareux", "ours", "italien", "paris-brest", "belle-mère"};
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.
Finish editing this message first!
Please register or to comment