-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMind_Game.java
More file actions
166 lines (148 loc) · 34 KB
/
Mind_Game.java
File metadata and controls
166 lines (148 loc) · 34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
import java.awt.*;
import java.awt.event.*;
import java.util.concurrent.*;
import javax.swing.*;
public class Main extends JFrame implements ActionListener{
int cnt=ThreadLocalRandom.current().nextInt(), press=0;
JTextArea b,x;
JButton show,refresh;
Main(){
//Main JFrame
this.setTitle("Mind Game");
this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
this.setSize(1300,700);
this.setResizable(false);
this.setLayout(null);
this.getContentPane().setBackground(new Color(0x1f2430));
//Elements:
JTextArea a = new JTextArea("Mind Game");
a.setBounds(500,2,500,70);
a.setForeground(Color.yellow);
a.setBackground(new Color(0x1f2430));
a.setFont(new Font("Consolas", Font.PLAIN, 60));
b = new JTextArea("Step 1: Choose any Number between (10-100)\nStep 2: Add two digits & subtract from choosen number\nStep 3: Find the symbol of current number\nStep 4: Now see the magic..");
b.setBounds(70,100,700,100);
b.setForeground(Color.lightGray);
b.setBackground(new Color(0x1f2430));
b.setFont(new Font("Consolas", Font.PLAIN, 21));
x = new JTextArea();
if(cnt%17==0) x.setText("10.$\t11.c\t12.%\t13.A\t14.l\t15.F\t16.j\t17.w\t18.S\t19.+\t20.7\t21.I\t22.0\n23.x\t24.L\t25.V\t26.z\t27.S\t28.R\t29.a\t30.e\t31.5\t32.*\t33.a\t34.J\t35.K\n36.S\t37.A\t38.6\t39.&\t40.D\t41.S\t42.N\t43.^\t44.H\t45.S\t46.J\t47.K\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.S\t55.G\t56.()\t57.3\t58.%\t59.K\t60.W\t61.$\n62.Z\t63.S\t64.D\t65.{}\t66.F\t67.G\t68.H\t69.I\t70.J\t71.K\t72.S\t73.k\t74.&\n75.R\t76.D\t77.E\t78.F\t79.#\t80.H\t81.S\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.S\t91.*\t92.F\t93.R\t94.&\t95.N\t96.L\t97.@\t98.f\t99.S\t100.$");
else if(cnt%17==1) x.setText("10.B\t11.G\t12.a\t13.k\t14.g\t15.m\t16.k\t17.o\t18.G\t19.p\t20.l\t21.d\t22.s\n23.y\t24.d\t25.r\t26.m\t27.G\t28.l\t29.g\t30.m\t31.6\t32.a\t33.#\t34.a\t35.o\n36.G\t37.1\t38.2\t39.3\t40.4\t41.5\t42.6\t43.7\t44.8\t45.G\t46.1\t47.A\t48.b\n49.C\t50.D\t51.e\t52.f\t53.()\t54.G\t55.U\t56.O\t57.0\t58.()\t59.P\t60.K\t61.L\n62.A\t63.G\t64.I\t65.*\t66.O\t67.U\t68.O\t69.C\t70.A\t71.A\t72.G\t73.A\t74.&\n75.O\t76.O\t77.W\t78.A\t79.1\t80.O\t81.G\t82.A\t83.E\t84.A\t85.B\t86.R\t87.S\n88.F\t89.W\t90.G\t91.P\t92.L\t93.L\t94.Z\t95.L\t96.F\t97.A\t98.7\t99.G\t100.P");
else if(cnt%17==2) x.setText("10.U\t11.A\t12.l\t13.l\t14.r\t15.q\t16.y\t17.x\t18.@\t19.#\t20.3\t21.3\t22.K\n23.z\t24.z\t25.8\t26.f\t27.@\t28.s\t29.r\t30.f\t31.5\t32.*\t33.g\t34.J\t35.K\n36.@\t37.B\t38.A\t39.M\t40.F\t41.S\t42.d\t43.D\t44.S\t45.@\t46.K\t47.S\t48.y\n49.A\t50.u\t51.d\t52.7\t53.l\t54.@\t55.I\t56.g\t57.m\t58.l\t59.K\t60.N\t61.$\n62.Q\t63.@\t64.D\t65.{}\t66.X\t67.I\t68.T\t69.E\t70.J\t71.K\t72.@\t73.k\t74.[]\n75.X\t76.N\t77.E\t78.N\t79.P\t80.W\t81.@\t82.R\t83.T\t84.W\t85.C\t86.B\t87.K\n88.()\t89.L\t90.@\t91.L\t92.S\t93.S\t94.X\t95.M\t96.S\t97.C\t98.M\t99.@\t100.1");
else if(cnt%17==3) x.setText("10.X\t11.c\t12.%\t13.A\t14.l\t15.F\t16.g\t17.w\t18.X\t19.+\t20.7\t21.f\t22.a\n23.2\t24.L\t25.V\t26.z\t27.X\t28.#\t29.q\t30.l\t31.q\t32.m\t33.l\t34.]\t35.a\n36.X\t37.1\t38.z\t39.m\t40.a\t41.I\t42.a\t43.i\t44.k\t45.X\t46.A\t47.O\t48.[\n49.A\t50.H\t51.O\t52.7\t53.Q\t54.X\t55.A\t56.)\t57.5\t58.%\t59.2\t60.W\t61.S\n62.M\t63.X\t64.A\t65.{\t66.F\t67.C\t68.H\t69.W\t70.J\t71.K\t72.X\t73.A\t74.B\n75.R\t76.n\t77.q\t78.x\t79.A\t80.V\t81.X\t82.L\t83.A\t84.;\t85.p\t86.D\t87./\n88.?\t89.Z\t90.X\t91.?\t92.Y\t93.L\t94.J\t95.N\t96.L\t97.@\t98.f\t99.X\t100.R");
else if(cnt%17==4) x.setText("10.y\t11.k\t12.0\t13.q\t14.m\t15.x\t16.j\t17.g\t18.%\t19.-\t20.k\t21.I\t22.0\n23.x\t24.L\t25.2\t26.g\t27.%\t28.p\t29.r\t30.e\t31.5\t32.d\t33.a\t34.p\t35.K\n36.%\t37.A\t38.x\t39.q\t40.m\t41.S\t42.m\t43.a\t44.v\t45.%\t46.L\t47.B\t48.]\n49.S\t50.!\t51.d\t52.7\t53.u\t54.%\t55.G\t56.(\t57.3\t58.-\t59.K\t60.W\t61.A\n62.I\t63.%\t64.D\t65.}\t66.U\t67.K\t68.L\t69.I\t70.O\t71.E\t72.%\t73.k\t74.&\n75.O\t76.y\t77.E\t78.F\t79.#\t80.H\t81.%\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.%\t91.*\t92.F\t93.R\t94.&\t95.O\t96.V\t97.A\t98.P\t99.%\t100.S");
else if(cnt%17==5) x.setText("10.$\t11.c\t12.%\t13.A\t14.l\t15.F\t16.j\t17.w\t18.?\t19.+\t20.7\t21.I\t22.0\n23.x\t24.L\t25.V\t26.z\t27.?\t28.R\t29.a\t30.e\t31.5\t32.*\t33.a\t34.J\t35.K\n36.?\t37.A\t38.6\t39.&\t40.D\t41.S\t42.N\t43.^\t44.H\t45.?\t46.J\t47.K\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.?\t55.G\t56.()\t57.3\t58.%\t59.K\t60.W\t61.$\n62.Z\t63.?\t64.D\t65.{}\t66.F\t67.G\t68.H\t69.I\t70.J\t71.K\t72.?\t73.k\t74.&\n75.R\t76.D\t77.E\t78.F\t79.#\t80.H\t81.?\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.?\t91.*\t92.F\t93.R\t94.&\t95.N\t96.L\t97.@\t98.f\t99.?\t100.$");
else if(cnt%17==6) x.setText("10.B\t11.G\t12.%\t13.k\t14.g\t15.m\t16.j\t17.o\t18.R\t19.p\t20.l\t21.d\t22.s\n23.y\t24.d\t25.r\t26.m\t27.R\t28.l\t29.g\t30.m\t31.6\t32.a\t33.#\t34.a\t35.o\n36.R\t37.1\t38.2\t39.3\t40.4\t41.5\t42.6\t43.7\t44.8\t45.R\t46.1\t47.A\t48.b\n49.C\t50.D\t51.e\t52.f\t53.()\t54.R\t55.U\t56.O\t57.0\t58.()\t59.P\t60.K\t61.L\n62.A\t63.R\t64.I\t65.*\t66.O\t67.U\t68.O\t69.C\t70.A\t71.A\t72.R\t73.A\t74.&\n75.O\t76.O\t77.W\t78.A\t79.1\t80.O\t81.R\t82.A\t83.E\t84.A\t85.B\t86.R\t87.S\n88.F\t89.W\t90.R\t91.P\t92.L\t93.L\t94.Z\t95.L\t96.F\t97.A\t98.7\t99.R\t100.P");
else if(cnt%17==7) x.setText("10.U\t11.A\t12.%\t13.l\t14.r\t15.q\t16.j\t17.x\t18.Y\t19.#\t20.3\t21.3\t22.K\n23.z\t24.z\t25.8\t26.f\t27.Y\t28.s\t29.r\t30.f\t31.5\t32.*\t33.g\t34.J\t35.K\n36.Y\t37.B\t38.A\t39.M\t40.F\t41.S\t42.f\t43.D\t44.S\t45.Y\t46.K\t47.S\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.Y\t55.I\t56.()\t57.3\t58.%\t59.K\t60.N\t61.$\n62.Q\t63.Y\t64.D\t65.{}\t66.X\t67.I\t68.T\t69.E\t70.J\t71.K\t72.Y\t73.k\t74.[]\n75.X\t76.N\t77.E\t78.N\t79.P\t80.W\t81.Y\t82.R\t83.T\t84.W\t85.C\t86.B\t87.K\n88.()\t89.L\t90.Y\t91.L\t92.S\t93.S\t94.X\t95.M\t96.S\t97.C\t98.M\t99.Y\t100.1");
else if(cnt%17==8) x.setText("10.y\t11.k\t12.0\t13.q\t14.m\t15.x\t16.j\t17.g\t18.M\t19.-\t20.k\t21.I\t22.0\n23.x\t24.L\t25.2\t26.g\t27.M\t28.p\t29.r\t30.e\t31.5\t32.d\t33.a\t34.p\t35.K\n36.M\t37.A\t38.x\t39.q\t40.m\t41.S\t42.m\t43.a\t44.v\t45.M\t46.L\t47.B\t48.]\n49.S\t50.!\t51.d\t52.7\t53.u\t54.M\t55.G\t56.(\t57.3\t58.-\t59.K\t60.W\t61.A\n62.I\t63.M\t64.D\t65.}\t66.U\t67.K\t68.L\t69.I\t70.O\t71.E\t72.M\t73.k\t74.&\n75.O\t76.y\t77.E\t78.F\t79.#\t80.H\t81.M\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.M\t91.*\t92.F\t93.R\t94.&\t95.O\t96.V\t97.A\t98.P\t99.M\t100.S");
else if(cnt%17==9) x.setText("10.$\t11.c\t12.%\t13.A\t14.l\t15.F\t16.j\t17.w\t18.B\t19.+\t20.7\t21.I\t22.0\n23.x\t24.L\t25.V\t26.z\t27.B\t28.R\t29.a\t30.e\t31.5\t32.*\t33.a\t34.J\t35.K\n36.B\t37.A\t38.6\t39.&\t40.D\t41.S\t42.N\t43.^\t44.H\t45.B\t46.J\t47.K\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.B\t55.G\t56.()\t57.3\t58.%\t59.K\t60.W\t61.$\n62.Z\t63.B\t64.D\t65.{}\t66.F\t67.G\t68.H\t69.I\t70.J\t71.K\t72.B\t73.k\t74.&\n75.R\t76.D\t77.E\t78.F\t79.#\t80.H\t81.B\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.B\t91.*\t92.F\t93.R\t94.&\t95.N\t96.L\t97.@\t98.f\t99.B\t100.$");
else if(cnt%17==10) x.setText("10.B\t11.G\t12.%\t13.k\t14.g\t15.m\t16.j\t17.o\t18.q\t19.p\t20.l\t21.d\t22.s\n23.y\t24.d\t25.r\t26.m\t27.q\t28.l\t29.g\t30.m\t31.6\t32.a\t33.#\t34.a\t35.o\n36.q\t37.1\t38.2\t39.3\t40.4\t41.5\t42.6\t43.7\t44.8\t45.q\t46.1\t47.A\t48.b\n49.C\t50.D\t51.e\t52.f\t53.()\t54.q\t55.U\t56.O\t57.0\t58.()\t59.P\t60.K\t61.L\n62.A\t63.q\t64.I\t65.*\t66.O\t67.U\t68.O\t69.C\t70.A\t71.A\t72.q\t73.A\t74.&\n75.O\t76.O\t77.W\t78.A\t79.1\t80.O\t81.q\t82.A\t83.E\t84.A\t85.B\t86.R\t87.S\n88.F\t89.W\t90.q\t91.P\t92.L\t93.L\t94.Z\t95.L\t96.F\t97.A\t98.7\t99.q\t100.P");
else if(cnt%17==11) x.setText("10.U\t11.A\t12.%\t13.l\t14.r\t15.q\t16.j\t17.x\t18.C\t19.#\t20.3\t21.3\t22.K\n23.z\t24.z\t25.8\t26.f\t27.C\t28.s\t29.r\t30.f\t31.5\t32.*\t33.g\t34.J\t35.K\n36.C\t37.B\t38.A\t39.M\t40.F\t41.S\t42.f\t43.D\t44.S\t45.C\t46.K\t47.S\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.C\t55.I\t56.()\t57.3\t58.%\t59.K\t60.N\t61.$\n62.Q\t63.C\t64.D\t65.{}\t66.X\t67.I\t68.T\t69.E\t70.J\t71.K\t72.C\t73.k\t74.[]\n75.X\t76.N\t77.E\t78.N\t79.P\t80.W\t81.C\t82.R\t83.T\t84.W\t85.C\t86.B\t87.K\n88.()\t89.L\t90.C\t91.L\t92.S\t93.S\t94.X\t95.M\t96.S\t97.C\t98.M\t99.C\t100.1");
else if(cnt%17==12) x.setText("10.X\t11.c\t12.%\t13.A\t14.l\t15.F\t16.g\t17.w\t18.$\t19.+\t20.7\t21.f\t22.a\n23.2\t24.L\t25.V\t26.z\t27.$\t28.#\t29.q\t30.l\t31.q\t32.m\t33.l\t34.]\t35.a\n36.$\t37.1\t38.z\t39.m\t40.a\t41.I\t42.a\t43.i\t44.k\t45.$\t46.A\t47.O\t48.[\n49.A\t50.H\t51.O\t52.7\t53.Q\t54.$\t55.A\t56.)\t57.5\t58.%\t59.2\t60.W\t61.S\n62.M\t63.$\t64.A\t65.{\t66.F\t67.C\t68.H\t69.W\t70.J\t71.K\t72.$\t73.A\t74.B\n75.R\t76.n\t77.q\t78.S\t79.A\t80.V\t81.$\t82.L\t83.A\t84.;\t85.G\t86.D\t87./\n88.?\t89.Z\t90.$\t91.?\t92.Y\t93.L\t94.J\t95.N\t96.L\t97.@\t98.f\t99.$\t100.R");
else if(cnt%17==13) x.setText("10.y\t11.k\t12.0\t13.q\t14.m\t15.x\t16.j\t17.g\t18.k\t19.-\t20.k\t21.I\t22.0\n23.x\t24.L\t25.2\t26.g\t27.k\t28.p\t29.r\t30.e\t31.5\t32.d\t33.a\t34.p\t35.K\n36.k\t37.A\t38.x\t39.q\t40.m\t41.S\t42.m\t43.a\t44.v\t45.k\t46.L\t47.B\t48.]\n49.S\t50.!\t51.d\t52.7\t53.u\t54.k\t55.G\t56.(\t57.3\t58.-\t59.K\t60.W\t61.A\n62.I\t63.k\t64.D\t65.}\t66.U\t67.K\t68.L\t69.I\t70.O\t71.E\t72.k\t73.k\t74.&\n75.O\t76.y\t77.E\t78.F\t79.#\t80.H\t81.k\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.k\t91.*\t92.F\t93.R\t94.&\t95.O\t96.V\t97.A\t98.P\t99.k\t100.S");
else if(cnt%17==14) x.setText("10.B\t11.G\t12.%\t13.k\t14.g\t15.m\t16.j\t17.o\t18.P\t19.p\t20.l\t21.d\t22.s\n23.y\t24.d\t25.r\t26.m\t27.P\t28.l\t29.g\t30.m\t31.6\t32.a\t33.#\t34.a\t35.o\n36.P\t37.1\t38.2\t39.3\t40.4\t41.5\t42.6\t43.7\t44.8\t45.P\t46.1\t47.A\t48.b\n49.C\t50.D\t51.e\t52.f\t53.()\t54.P\t55.U\t56.O\t57.0\t58.()\t59.P\t60.K\t61.L\n62.A\t63.P\t64.I\t65.*\t66.O\t67.U\t68.O\t69.C\t70.A\t71.A\t72.P\t73.A\t74.&\n75.O\t76.O\t77.W\t78.A\t79.1\t80.O\t81.P\t82.A\t83.E\t84.A\t85.B\t86.R\t87.S\n88.F\t89.W\t90.P\t91.P\t92.L\t93.L\t94.Z\t95.L\t96.F\t97.A\t98.7\t99.P\t100.P");
else if(cnt%17==15) x.setText("10.$\t11.c\t12.%\t13.A\t14.l\t15.F\t16.j\t17.w\t18.E\t19.+\t20.7\t21.I\t22.0\n23.x\t24.L\t25.V\t26.z\t27.E\t28.R\t29.a\t30.e\t31.5\t32.*\t33.a\t34.J\t35.K\n36.E\t37.A\t38.6\t39.&\t40.D\t41.S\t42.N\t43.^\t44.H\t45.E\t46.J\t47.K\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.E\t55.G\t56.()\t57.3\t58.%\t59.K\t60.W\t61.$\n62.Z\t63.E\t64.D\t65.{}\t66.F\t67.G\t68.H\t69.I\t70.J\t71.K\t72.E\t73.k\t74.&\n75.R\t76.D\t77.E\t78.F\t79.#\t80.H\t81.E\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.E\t91.*\t92.F\t93.R\t94.&\t95.N\t96.L\t97.@\t98.f\t99.E\t100.$");
else x.setText("10.B\t11.G\t12.%\t13.k\t14.g\t15.m\t16.j\t17.o\t18.D\t19.p\t20.l\t21.d\t22.s\n23.y\t24.d\t25.r\t26.m\t27.D\t28.l\t29.g\t30.m\t31.6\t32.a\t33.#\t34.a\t35.o\n36.D\t37.1\t38.2\t39.3\t40.4\t41.5\t42.6\t43.7\t44.8\t45.D\t46.1\t47.A\t48.b\n49.C\t50.D\t51.e\t52.f\t53.()\t54.D\t55.U\t56.O\t57.0\t58.()\t59.P\t60.K\t61.L\n62.A\t63.D\t64.I\t65.*\t66.O\t67.U\t68.O\t69.C\t70.A\t71.A\t72.D\t73.A\t74.&\n75.O\t76.O\t77.W\t78.A\t79.1\t80.O\t81.D\t82.A\t83.E\t84.A\t85.B\t86.R\t87.S\n88.F\t89.W\t90.D\t91.P\t92.L\t93.L\t94.Z\t95.L\t96.F\t97.A\t98.7\t99.D\t100.P");
x.setBounds(70,270,1150,170);
x.setForeground(Color.pink);
x.setBackground(new Color(0x1f2430));
x.setFont(new Font("Consolas", Font.PLAIN, 21));
refresh = new JButton("Refresh");
refresh.setBounds(580,230,100,30);
refresh.setForeground(Color.green);
refresh.setBackground(new Color(0x171b24));
refresh.setFont(new Font("Consolas", Font.PLAIN, 15));
refresh.addActionListener(this);
show = new JButton("Now Click to see your Mind");
show.setBounds(500,470,270,40);
show.setForeground(Color.green);
show.setBackground(new Color(0x171b24));
show.setFont(new Font("Consolas", Font.PLAIN, 16));
show.addActionListener(this);
this.add(a); this.add(b); this.add(x); this.add(refresh); this.add(show);
this.setVisible(true);
}
@Override
public void actionPerformed(ActionEvent e) {
if(e.getSource() == refresh){
cnt+=1;
System.out.println(cnt);
if(cnt%17==0) x.setText("10.$\t11.c\t12.%\t13.A\t14.l\t15.F\t16.j\t17.w\t18.S\t19.+\t20.7\t21.I\t22.0\n23.x\t24.L\t25.V\t26.z\t27.S\t28.R\t29.a\t30.e\t31.5\t32.*\t33.a\t34.J\t35.K\n36.S\t37.A\t38.6\t39.&\t40.D\t41.S\t42.N\t43.^\t44.H\t45.S\t46.J\t47.K\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.S\t55.G\t56.()\t57.3\t58.%\t59.K\t60.W\t61.$\n62.Z\t63.S\t64.D\t65.{}\t66.F\t67.G\t68.H\t69.I\t70.J\t71.K\t72.S\t73.k\t74.&\n75.R\t76.D\t77.E\t78.F\t79.#\t80.H\t81.S\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.S\t91.*\t92.F\t93.R\t94.&\t95.N\t96.L\t97.@\t98.f\t99.S\t100.$");
else if(cnt%17==1) x.setText("10.B\t11.G\t12.a\t13.k\t14.g\t15.m\t16.k\t17.o\t18.G\t19.p\t20.l\t21.d\t22.s\n23.y\t24.d\t25.r\t26.m\t27.G\t28.l\t29.g\t30.m\t31.6\t32.a\t33.#\t34.a\t35.o\n36.G\t37.1\t38.2\t39.3\t40.4\t41.5\t42.6\t43.7\t44.8\t45.G\t46.1\t47.A\t48.b\n49.C\t50.D\t51.e\t52.f\t53.()\t54.G\t55.U\t56.O\t57.0\t58.()\t59.P\t60.K\t61.L\n62.A\t63.G\t64.I\t65.*\t66.O\t67.U\t68.O\t69.C\t70.A\t71.A\t72.G\t73.A\t74.&\n75.O\t76.O\t77.W\t78.A\t79.1\t80.O\t81.G\t82.A\t83.E\t84.A\t85.B\t86.R\t87.S\n88.F\t89.W\t90.G\t91.P\t92.L\t93.L\t94.Z\t95.L\t96.F\t97.A\t98.7\t99.G\t100.P");
else if(cnt%17==2) x.setText("10.U\t11.A\t12.l\t13.l\t14.r\t15.q\t16.y\t17.x\t18.@\t19.#\t20.3\t21.3\t22.K\n23.z\t24.z\t25.8\t26.f\t27.@\t28.s\t29.r\t30.f\t31.5\t32.*\t33.g\t34.J\t35.K\n36.@\t37.B\t38.A\t39.M\t40.F\t41.S\t42.d\t43.D\t44.S\t45.@\t46.K\t47.S\t48.y\n49.A\t50.u\t51.d\t52.7\t53.l\t54.@\t55.I\t56.g\t57.m\t58.l\t59.K\t60.N\t61.$\n62.Q\t63.@\t64.D\t65.{}\t66.X\t67.I\t68.T\t69.E\t70.J\t71.K\t72.@\t73.k\t74.[]\n75.X\t76.N\t77.E\t78.N\t79.P\t80.W\t81.@\t82.R\t83.T\t84.W\t85.C\t86.B\t87.K\n88.()\t89.L\t90.@\t91.L\t92.S\t93.S\t94.X\t95.M\t96.S\t97.C\t98.M\t99.@\t100.1");
else if(cnt%17==3) x.setText("10.X\t11.c\t12.%\t13.A\t14.l\t15.F\t16.g\t17.w\t18.X\t19.+\t20.7\t21.f\t22.a\n23.2\t24.L\t25.V\t26.z\t27.X\t28.#\t29.q\t30.l\t31.q\t32.m\t33.l\t34.]\t35.a\n36.X\t37.1\t38.z\t39.m\t40.a\t41.I\t42.a\t43.i\t44.k\t45.X\t46.A\t47.O\t48.[\n49.A\t50.H\t51.O\t52.7\t53.Q\t54.X\t55.A\t56.)\t57.5\t58.%\t59.2\t60.W\t61.S\n62.M\t63.X\t64.A\t65.{\t66.F\t67.C\t68.H\t69.W\t70.J\t71.K\t72.X\t73.A\t74.B\n75.R\t76.n\t77.q\t78.x\t79.A\t80.V\t81.X\t82.L\t83.A\t84.;\t85.p\t86.D\t87./\n88.?\t89.Z\t90.X\t91.?\t92.Y\t93.L\t94.J\t95.N\t96.L\t97.@\t98.f\t99.X\t100.R");
else if(cnt%17==4) x.setText("10.y\t11.k\t12.0\t13.q\t14.m\t15.x\t16.j\t17.g\t18.%\t19.-\t20.k\t21.I\t22.0\n23.x\t24.L\t25.2\t26.g\t27.%\t28.p\t29.r\t30.e\t31.5\t32.d\t33.a\t34.p\t35.K\n36.%\t37.A\t38.x\t39.q\t40.m\t41.S\t42.m\t43.a\t44.v\t45.%\t46.L\t47.B\t48.]\n49.S\t50.!\t51.d\t52.7\t53.u\t54.%\t55.G\t56.(\t57.3\t58.-\t59.K\t60.W\t61.A\n62.I\t63.%\t64.D\t65.}\t66.U\t67.K\t68.L\t69.I\t70.O\t71.E\t72.%\t73.k\t74.&\n75.O\t76.y\t77.E\t78.F\t79.#\t80.H\t81.%\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.%\t91.*\t92.F\t93.R\t94.&\t95.O\t96.V\t97.A\t98.P\t99.%\t100.S");
else if(cnt%17==5) x.setText("10.$\t11.c\t12.%\t13.A\t14.l\t15.F\t16.j\t17.w\t18.?\t19.+\t20.7\t21.I\t22.0\n23.x\t24.L\t25.V\t26.z\t27.?\t28.R\t29.a\t30.e\t31.5\t32.*\t33.a\t34.J\t35.K\n36.?\t37.A\t38.6\t39.&\t40.D\t41.S\t42.N\t43.^\t44.H\t45.?\t46.J\t47.K\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.?\t55.G\t56.()\t57.3\t58.%\t59.K\t60.W\t61.$\n62.Z\t63.?\t64.D\t65.{}\t66.F\t67.G\t68.H\t69.I\t70.J\t71.K\t72.?\t73.k\t74.&\n75.R\t76.D\t77.E\t78.F\t79.#\t80.H\t81.?\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.?\t91.*\t92.F\t93.R\t94.&\t95.N\t96.L\t97.@\t98.f\t99.?\t100.$");
else if(cnt%17==6) x.setText("10.B\t11.G\t12.%\t13.k\t14.g\t15.m\t16.j\t17.o\t18.R\t19.p\t20.l\t21.d\t22.s\n23.y\t24.d\t25.r\t26.m\t27.R\t28.l\t29.g\t30.m\t31.6\t32.a\t33.#\t34.a\t35.o\n36.R\t37.1\t38.2\t39.3\t40.4\t41.5\t42.6\t43.7\t44.8\t45.R\t46.1\t47.A\t48.b\n49.C\t50.D\t51.e\t52.f\t53.()\t54.R\t55.U\t56.O\t57.0\t58.()\t59.P\t60.K\t61.L\n62.A\t63.R\t64.I\t65.*\t66.O\t67.U\t68.O\t69.C\t70.A\t71.A\t72.R\t73.A\t74.&\n75.O\t76.O\t77.W\t78.A\t79.1\t80.O\t81.R\t82.A\t83.E\t84.A\t85.B\t86.R\t87.S\n88.F\t89.W\t90.R\t91.P\t92.L\t93.L\t94.Z\t95.L\t96.F\t97.A\t98.7\t99.R\t100.P");
else if(cnt%17==7) x.setText("10.U\t11.A\t12.%\t13.l\t14.r\t15.q\t16.j\t17.x\t18.Y\t19.#\t20.3\t21.3\t22.K\n23.z\t24.z\t25.8\t26.f\t27.Y\t28.s\t29.r\t30.f\t31.5\t32.*\t33.g\t34.J\t35.K\n36.Y\t37.B\t38.A\t39.M\t40.F\t41.S\t42.d\t43.D\t44.S\t45.Y\t46.K\t47.S\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.Y\t55.I\t56.()\t57.3\t58.%\t59.K\t60.N\t61.$\n62.Q\t63.Y\t64.D\t65.{}\t66.X\t67.I\t68.T\t69.E\t70.J\t71.K\t72.Y\t73.k\t74.[]\n75.X\t76.N\t77.E\t78.N\t79.P\t80.W\t81.Y\t82.R\t83.T\t84.W\t85.C\t86.B\t87.K\n88.()\t89.L\t90.Y\t91.L\t92.S\t93.S\t94.X\t95.M\t96.S\t97.C\t98.M\t99.Y\t100.1");
else if(cnt%17==8) x.setText("10.y\t11.k\t12.0\t13.q\t14.m\t15.x\t16.j\t17.g\t18.M\t19.-\t20.k\t21.I\t22.0\n23.x\t24.L\t25.2\t26.g\t27.M\t28.p\t29.r\t30.e\t31.5\t32.d\t33.a\t34.p\t35.K\n36.M\t37.A\t38.x\t39.q\t40.m\t41.S\t42.m\t43.a\t44.v\t45.M\t46.L\t47.B\t48.]\n49.S\t50.!\t51.d\t52.7\t53.u\t54.M\t55.G\t56.(\t57.3\t58.-\t59.K\t60.W\t61.A\n62.I\t63.M\t64.D\t65.}\t66.U\t67.K\t68.L\t69.I\t70.O\t71.E\t72.M\t73.k\t74.&\n75.O\t76.y\t77.E\t78.F\t79.#\t80.H\t81.M\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.M\t91.*\t92.F\t93.R\t94.&\t95.O\t96.V\t97.A\t98.P\t99.M\t100.S");
else if(cnt%17==9) x.setText("10.$\t11.c\t12.%\t13.A\t14.l\t15.F\t16.j\t17.w\t18.B\t19.+\t20.7\t21.I\t22.0\n23.x\t24.L\t25.V\t26.z\t27.B\t28.R\t29.a\t30.e\t31.5\t32.*\t33.a\t34.J\t35.K\n36.B\t37.A\t38.6\t39.&\t40.D\t41.S\t42.N\t43.^\t44.H\t45.B\t46.J\t47.K\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.B\t55.G\t56.()\t57.3\t58.%\t59.K\t60.W\t61.$\n62.Z\t63.B\t64.D\t65.{}\t66.F\t67.G\t68.H\t69.I\t70.J\t71.K\t72.B\t73.k\t74.&\n75.R\t76.D\t77.E\t78.F\t79.#\t80.H\t81.B\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.B\t91.*\t92.F\t93.R\t94.&\t95.N\t96.L\t97.@\t98.f\t99.B\t100.$");
else if(cnt%17==10) x.setText("10.B\t11.G\t12.%\t13.k\t14.g\t15.m\t16.j\t17.o\t18.q\t19.p\t20.l\t21.d\t22.s\n23.y\t24.d\t25.r\t26.m\t27.q\t28.l\t29.g\t30.m\t31.6\t32.a\t33.#\t34.a\t35.o\n36.q\t37.1\t38.2\t39.3\t40.4\t41.5\t42.6\t43.7\t44.8\t45.q\t46.1\t47.A\t48.b\n49.C\t50.D\t51.e\t52.f\t53.()\t54.q\t55.U\t56.O\t57.0\t58.()\t59.P\t60.K\t61.L\n62.A\t63.q\t64.I\t65.*\t66.O\t67.U\t68.O\t69.C\t70.A\t71.A\t72.q\t73.A\t74.&\n75.O\t76.O\t77.W\t78.A\t79.1\t80.O\t81.q\t82.A\t83.E\t84.A\t85.B\t86.R\t87.S\n88.F\t89.W\t90.q\t91.P\t92.L\t93.L\t94.Z\t95.L\t96.F\t97.A\t98.7\t99.q\t100.P");
else if(cnt%17==11) x.setText("10.U\t11.A\t12.%\t13.l\t14.r\t15.q\t16.j\t17.x\t18.C\t19.#\t20.3\t21.3\t22.K\n23.z\t24.z\t25.8\t26.f\t27.C\t28.s\t29.r\t30.f\t31.5\t32.*\t33.g\t34.J\t35.K\n36.C\t37.B\t38.A\t39.M\t40.F\t41.S\t42.f\t43.D\t44.S\t45.C\t46.K\t47.S\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.C\t55.I\t56.()\t57.3\t58.%\t59.K\t60.N\t61.$\n62.Q\t63.C\t64.D\t65.{}\t66.X\t67.I\t68.T\t69.E\t70.J\t71.K\t72.C\t73.k\t74.[]\n75.X\t76.N\t77.E\t78.N\t79.P\t80.W\t81.C\t82.R\t83.T\t84.W\t85.C\t86.B\t87.K\n88.()\t89.L\t90.C\t91.L\t92.S\t93.S\t94.X\t95.M\t96.S\t97.C\t98.M\t99.C\t100.1");
else if(cnt%17==12) x.setText("10.X\t11.c\t12.%\t13.A\t14.l\t15.F\t16.g\t17.w\t18.$\t19.+\t20.7\t21.f\t22.a\n23.2\t24.L\t25.V\t26.z\t27.$\t28.#\t29.q\t30.l\t31.q\t32.m\t33.l\t34.]\t35.a\n36.$\t37.1\t38.z\t39.m\t40.a\t41.I\t42.a\t43.i\t44.k\t45.$\t46.A\t47.O\t48.[\n49.A\t50.H\t51.O\t52.7\t53.Q\t54.$\t55.A\t56.)\t57.5\t58.%\t59.2\t60.W\t61.S\n62.M\t63.$\t64.A\t65.{\t66.F\t67.C\t68.H\t69.W\t70.J\t71.K\t72.$\t73.A\t74.B\n75.R\t76.n\t77.q\t78.S\t79.A\t80.V\t81.$\t82.L\t83.A\t84.;\t85.G\t86.D\t87./\n88.?\t89.Z\t90.$\t91.?\t92.Y\t93.L\t94.J\t95.N\t96.L\t97.@\t98.f\t99.$\t100.R");
else if(cnt%17==13) x.setText("10.y\t11.k\t12.0\t13.q\t14.m\t15.x\t16.j\t17.g\t18.k\t19.-\t20.k\t21.I\t22.0\n23.x\t24.L\t25.2\t26.g\t27.k\t28.p\t29.r\t30.e\t31.5\t32.d\t33.a\t34.p\t35.K\n36.k\t37.A\t38.x\t39.q\t40.m\t41.S\t42.m\t43.a\t44.v\t45.k\t46.L\t47.B\t48.]\n49.S\t50.!\t51.d\t52.7\t53.u\t54.k\t55.G\t56.(\t57.3\t58.-\t59.K\t60.W\t61.A\n62.I\t63.k\t64.D\t65.}\t66.U\t67.K\t68.L\t69.I\t70.O\t71.E\t72.k\t73.k\t74.&\n75.O\t76.y\t77.E\t78.F\t79.#\t80.H\t81.k\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.k\t91.*\t92.F\t93.R\t94.&\t95.O\t96.V\t97.A\t98.P\t99.k\t100.S");
else if(cnt%17==14) x.setText("10.B\t11.G\t12.%\t13.k\t14.g\t15.m\t16.j\t17.o\t18.P\t19.p\t20.l\t21.d\t22.s\n23.y\t24.d\t25.r\t26.m\t27.P\t28.l\t29.g\t30.m\t31.6\t32.a\t33.#\t34.a\t35.o\n36.P\t37.1\t38.2\t39.3\t40.4\t41.5\t42.6\t43.7\t44.8\t45.P\t46.1\t47.A\t48.b\n49.C\t50.D\t51.e\t52.f\t53.()\t54.P\t55.U\t56.O\t57.0\t58.()\t59.P\t60.K\t61.L\n62.A\t63.P\t64.I\t65.*\t66.O\t67.U\t68.O\t69.C\t70.A\t71.A\t72.P\t73.A\t74.&\n75.O\t76.O\t77.W\t78.A\t79.1\t80.O\t81.P\t82.A\t83.E\t84.A\t85.B\t86.R\t87.S\n88.F\t89.W\t90.P\t91.P\t92.L\t93.L\t94.Z\t95.L\t96.F\t97.A\t98.7\t99.P\t100.P");
else if(cnt%17==15) x.setText("10.$\t11.c\t12.%\t13.A\t14.l\t15.F\t16.j\t17.w\t18.E\t19.+\t20.7\t21.I\t22.0\n23.x\t24.L\t25.V\t26.z\t27.E\t28.R\t29.a\t30.e\t31.5\t32.*\t33.a\t34.J\t35.K\n36.E\t37.A\t38.6\t39.&\t40.D\t41.S\t42.N\t43.^\t44.H\t45.E\t46.J\t47.K\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.E\t55.G\t56.()\t57.3\t58.%\t59.K\t60.W\t61.$\n62.Z\t63.E\t64.D\t65.{}\t66.F\t67.G\t68.H\t69.I\t70.J\t71.K\t72.E\t73.k\t74.&\n75.R\t76.D\t77.E\t78.F\t79.#\t80.H\t81.E\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.E\t91.*\t92.F\t93.R\t94.&\t95.N\t96.L\t97.@\t98.f\t99.E\t100.$");
else x.setText("10.B\t11.G\t12.%\t13.k\t14.g\t15.m\t16.j\t17.o\t18.D\t19.p\t20.l\t21.d\t22.s\n23.y\t24.d\t25.r\t26.m\t27.D\t28.l\t29.g\t30.m\t31.6\t32.a\t33.#\t34.a\t35.o\n36.D\t37.1\t38.2\t39.3\t40.4\t41.5\t42.6\t43.7\t44.8\t45.D\t46.1\t47.A\t48.b\n49.C\t50.D\t51.e\t52.f\t53.()\t54.D\t55.U\t56.O\t57.0\t58.()\t59.P\t60.K\t61.L\n62.A\t63.D\t64.I\t65.*\t66.O\t67.U\t68.O\t69.C\t70.A\t71.A\t72.D\t73.A\t74.&\n75.O\t76.O\t77.W\t78.A\t79.1\t80.O\t81.D\t82.A\t83.E\t84.A\t85.B\t86.R\t87.S\n88.F\t89.W\t90.D\t91.P\t92.L\t93.L\t94.Z\t95.L\t96.F\t97.A\t98.7\t99.D\t100.P");
}
if(e.getSource() == show){
press+=1;
if(press%2==1){
refresh.setVisible(false);
b.setVisible(false);
show.setText("HaHa!! Try Again?");
x.setBounds(540,160,220,300);
x.setForeground(Color.green);
x.setBackground(new Color(0x1f2430));
x.setFont(new Font("Consolas", Font.PLAIN, 300));
if(cnt%17==0) x.setText("S");
else if(cnt%17==1) x.setText("G");
else if(cnt%17==2) x.setText("@");
else if(cnt%17==3) x.setText("X");
else if(cnt%17==4) x.setText("%");
else if(cnt%17==5) x.setText("?");
else if(cnt%17==6) x.setText("R");
else if(cnt%17==7) x.setText("Y");
else if(cnt%17==8) x.setText("M");
else if(cnt%17==9) x.setText("B");
else if(cnt%17==10) x.setText("q");
else if(cnt%17==11) x.setText("C");
else if(cnt%17==12) x.setText("$");
else if(cnt%17==13) x.setText("k");
else if(cnt%17==14) x.setText("P");
else if(cnt%17==15) x.setText("E");
else x.setText("D");
cnt-=3;
}
else{
refresh.setVisible(true);
b.setVisible(true);
show.setText("Now Click to see your Mind");
x.setBounds(70,270,1150,170);
x.setForeground(Color.pink);
x.setBackground(new Color(0x1f2430));
x.setFont(new Font("Consolas", Font.PLAIN, 21));
if(cnt%17==0) x.setText("10.$\t11.c\t12.%\t13.A\t14.l\t15.F\t16.j\t17.w\t18.S\t19.+\t20.7\t21.I\t22.0\n23.x\t24.L\t25.V\t26.z\t27.S\t28.R\t29.a\t30.e\t31.5\t32.*\t33.a\t34.J\t35.K\n36.S\t37.A\t38.6\t39.&\t40.D\t41.S\t42.N\t43.^\t44.H\t45.S\t46.J\t47.K\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.S\t55.G\t56.()\t57.3\t58.%\t59.K\t60.W\t61.$\n62.Z\t63.S\t64.D\t65.{}\t66.F\t67.G\t68.H\t69.I\t70.J\t71.K\t72.S\t73.k\t74.&\n75.R\t76.D\t77.E\t78.F\t79.#\t80.H\t81.S\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.S\t91.*\t92.F\t93.R\t94.&\t95.N\t96.L\t97.@\t98.f\t99.S\t100.$");
else if(cnt%17==1) x.setText("10.B\t11.G\t12.a\t13.k\t14.g\t15.m\t16.k\t17.o\t18.G\t19.p\t20.l\t21.d\t22.s\n23.y\t24.d\t25.r\t26.m\t27.G\t28.l\t29.g\t30.m\t31.6\t32.a\t33.#\t34.a\t35.o\n36.G\t37.1\t38.2\t39.3\t40.4\t41.5\t42.6\t43.7\t44.8\t45.G\t46.1\t47.A\t48.b\n49.C\t50.D\t51.e\t52.f\t53.()\t54.G\t55.U\t56.O\t57.0\t58.()\t59.P\t60.K\t61.L\n62.A\t63.G\t64.I\t65.*\t66.O\t67.U\t68.O\t69.C\t70.A\t71.A\t72.G\t73.A\t74.&\n75.O\t76.O\t77.W\t78.A\t79.1\t80.O\t81.G\t82.A\t83.E\t84.A\t85.B\t86.R\t87.S\n88.F\t89.W\t90.G\t91.P\t92.L\t93.L\t94.Z\t95.L\t96.F\t97.A\t98.7\t99.G\t100.P");
else if(cnt%17==2) x.setText("10.U\t11.A\t12.l\t13.l\t14.r\t15.q\t16.y\t17.x\t18.@\t19.#\t20.3\t21.3\t22.K\n23.z\t24.z\t25.8\t26.f\t27.@\t28.s\t29.r\t30.f\t31.5\t32.*\t33.g\t34.J\t35.K\n36.@\t37.B\t38.A\t39.M\t40.F\t41.S\t42.d\t43.D\t44.S\t45.@\t46.K\t47.S\t48.y\n49.A\t50.u\t51.d\t52.7\t53.l\t54.@\t55.I\t56.g\t57.m\t58.l\t59.K\t60.N\t61.$\n62.Q\t63.@\t64.D\t65.{}\t66.X\t67.I\t68.T\t69.E\t70.J\t71.K\t72.@\t73.k\t74.[]\n75.X\t76.N\t77.E\t78.N\t79.P\t80.W\t81.@\t82.R\t83.T\t84.W\t85.C\t86.B\t87.K\n88.()\t89.L\t90.@\t91.L\t92.S\t93.S\t94.X\t95.M\t96.S\t97.C\t98.M\t99.@\t100.1");
else if(cnt%17==3) x.setText("10.X\t11.c\t12.%\t13.A\t14.l\t15.F\t16.g\t17.w\t18.X\t19.+\t20.7\t21.f\t22.a\n23.2\t24.L\t25.V\t26.z\t27.X\t28.#\t29.q\t30.l\t31.q\t32.m\t33.l\t34.]\t35.a\n36.X\t37.1\t38.z\t39.m\t40.a\t41.I\t42.a\t43.i\t44.k\t45.X\t46.A\t47.O\t48.[\n49.A\t50.H\t51.O\t52.7\t53.Q\t54.X\t55.A\t56.)\t57.5\t58.%\t59.2\t60.W\t61.S\n62.M\t63.X\t64.A\t65.{\t66.F\t67.C\t68.H\t69.W\t70.J\t71.K\t72.X\t73.A\t74.B\n75.R\t76.n\t77.q\t78.x\t79.A\t80.V\t81.X\t82.L\t83.A\t84.;\t85.p\t86.D\t87./\n88.?\t89.Z\t90.X\t91.?\t92.Y\t93.L\t94.J\t95.N\t96.L\t97.@\t98.f\t99.X\t100.R");
else if(cnt%17==4) x.setText("10.y\t11.k\t12.0\t13.q\t14.m\t15.x\t16.j\t17.g\t18.%\t19.-\t20.k\t21.I\t22.0\n23.x\t24.L\t25.2\t26.g\t27.%\t28.p\t29.r\t30.e\t31.5\t32.d\t33.a\t34.p\t35.K\n36.%\t37.A\t38.x\t39.q\t40.m\t41.S\t42.m\t43.a\t44.v\t45.%\t46.L\t47.B\t48.]\n49.S\t50.!\t51.d\t52.7\t53.u\t54.%\t55.G\t56.(\t57.3\t58.-\t59.K\t60.W\t61.A\n62.I\t63.%\t64.D\t65.}\t66.U\t67.K\t68.L\t69.I\t70.O\t71.E\t72.%\t73.k\t74.&\n75.O\t76.y\t77.E\t78.F\t79.#\t80.H\t81.%\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.%\t91.*\t92.F\t93.R\t94.&\t95.O\t96.V\t97.A\t98.P\t99.%\t100.S");
else if(cnt%17==5) x.setText("10.$\t11.c\t12.%\t13.A\t14.l\t15.F\t16.j\t17.w\t18.?\t19.+\t20.7\t21.I\t22.0\n23.x\t24.L\t25.V\t26.z\t27.?\t28.R\t29.a\t30.e\t31.5\t32.*\t33.a\t34.J\t35.K\n36.?\t37.A\t38.6\t39.&\t40.D\t41.S\t42.N\t43.^\t44.H\t45.?\t46.J\t47.K\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.?\t55.G\t56.()\t57.3\t58.%\t59.K\t60.W\t61.$\n62.Z\t63.?\t64.D\t65.{}\t66.F\t67.G\t68.H\t69.I\t70.J\t71.K\t72.?\t73.k\t74.&\n75.R\t76.D\t77.E\t78.F\t79.#\t80.H\t81.?\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.?\t91.*\t92.F\t93.R\t94.&\t95.N\t96.L\t97.@\t98.f\t99.?\t100.$");
else if(cnt%17==6) x.setText("10.B\t11.G\t12.%\t13.k\t14.g\t15.m\t16.j\t17.o\t18.R\t19.p\t20.l\t21.d\t22.s\n23.y\t24.d\t25.r\t26.m\t27.R\t28.l\t29.g\t30.m\t31.6\t32.a\t33.#\t34.a\t35.o\n36.R\t37.1\t38.2\t39.3\t40.4\t41.5\t42.6\t43.7\t44.8\t45.R\t46.1\t47.A\t48.b\n49.C\t50.D\t51.e\t52.f\t53.()\t54.R\t55.U\t56.O\t57.0\t58.()\t59.P\t60.K\t61.L\n62.A\t63.R\t64.I\t65.*\t66.O\t67.U\t68.O\t69.C\t70.A\t71.A\t72.R\t73.A\t74.&\n75.O\t76.O\t77.W\t78.A\t79.1\t80.O\t81.R\t82.A\t83.E\t84.A\t85.B\t86.R\t87.S\n88.F\t89.W\t90.R\t91.P\t92.L\t93.L\t94.Z\t95.L\t96.F\t97.A\t98.7\t99.R\t100.P");
else if(cnt%17==7) x.setText("10.U\t11.A\t12.%\t13.l\t14.r\t15.q\t16.j\t17.x\t18.Y\t19.#\t20.3\t21.3\t22.K\n23.z\t24.z\t25.8\t26.f\t27.Y\t28.s\t29.r\t30.f\t31.5\t32.*\t33.g\t34.J\t35.K\n36.Y\t37.B\t38.A\t39.M\t40.F\t41.S\t42.f\t43.D\t44.S\t45.Y\t46.K\t47.S\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.Y\t55.I\t56.()\t57.3\t58.%\t59.K\t60.N\t61.$\n62.Q\t63.Y\t64.D\t65.{}\t66.X\t67.I\t68.T\t69.E\t70.J\t71.K\t72.Y\t73.k\t74.[]\n75.X\t76.N\t77.E\t78.N\t79.P\t80.W\t81.Y\t82.R\t83.T\t84.W\t85.C\t86.B\t87.K\n88.()\t89.L\t90.Y\t91.L\t92.S\t93.S\t94.X\t95.M\t96.S\t97.C\t98.M\t99.Y\t100.1");
else if(cnt%17==8) x.setText("10.y\t11.k\t12.0\t13.q\t14.m\t15.x\t16.j\t17.g\t18.M\t19.-\t20.k\t21.I\t22.0\n23.x\t24.L\t25.2\t26.g\t27.M\t28.p\t29.r\t30.e\t31.5\t32.d\t33.a\t34.p\t35.K\n36.M\t37.A\t38.x\t39.q\t40.m\t41.S\t42.m\t43.a\t44.v\t45.M\t46.L\t47.B\t48.]\n49.S\t50.!\t51.d\t52.7\t53.u\t54.M\t55.G\t56.(\t57.3\t58.-\t59.K\t60.W\t61.A\n62.I\t63.M\t64.D\t65.}\t66.U\t67.K\t68.L\t69.I\t70.O\t71.E\t72.M\t73.k\t74.&\n75.O\t76.y\t77.E\t78.F\t79.#\t80.H\t81.M\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.M\t91.*\t92.F\t93.R\t94.&\t95.O\t96.V\t97.A\t98.P\t99.M\t100.S");
else if(cnt%17==9) x.setText("10.$\t11.c\t12.%\t13.A\t14.l\t15.F\t16.j\t17.w\t18.B\t19.+\t20.7\t21.I\t22.0\n23.x\t24.L\t25.V\t26.z\t27.B\t28.R\t29.a\t30.e\t31.5\t32.*\t33.a\t34.J\t35.K\n36.B\t37.A\t38.6\t39.&\t40.D\t41.S\t42.N\t43.^\t44.H\t45.B\t46.J\t47.K\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.B\t55.G\t56.()\t57.3\t58.%\t59.K\t60.W\t61.$\n62.Z\t63.B\t64.D\t65.{}\t66.F\t67.G\t68.H\t69.I\t70.J\t71.K\t72.B\t73.k\t74.&\n75.R\t76.D\t77.E\t78.F\t79.#\t80.H\t81.B\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.B\t91.*\t92.F\t93.R\t94.&\t95.N\t96.L\t97.@\t98.f\t99.B\t100.$");
else if(cnt%17==10) x.setText("10.B\t11.G\t12.%\t13.k\t14.g\t15.m\t16.j\t17.o\t18.q\t19.p\t20.l\t21.d\t22.s\n23.y\t24.d\t25.r\t26.m\t27.q\t28.l\t29.g\t30.m\t31.6\t32.a\t33.#\t34.a\t35.o\n36.q\t37.1\t38.2\t39.3\t40.4\t41.5\t42.6\t43.7\t44.8\t45.q\t46.1\t47.A\t48.b\n49.C\t50.D\t51.e\t52.f\t53.()\t54.q\t55.U\t56.O\t57.0\t58.()\t59.P\t60.K\t61.L\n62.A\t63.q\t64.I\t65.*\t66.O\t67.U\t68.O\t69.C\t70.A\t71.A\t72.q\t73.A\t74.&\n75.O\t76.O\t77.W\t78.A\t79.1\t80.O\t81.q\t82.A\t83.E\t84.A\t85.B\t86.R\t87.S\n88.F\t89.W\t90.q\t91.P\t92.L\t93.L\t94.Z\t95.L\t96.F\t97.A\t98.7\t99.q\t100.P");
else if(cnt%17==11) x.setText("10.U\t11.A\t12.%\t13.l\t14.r\t15.q\t16.j\t17.x\t18.C\t19.#\t20.3\t21.3\t22.K\n23.z\t24.z\t25.8\t26.f\t27.C\t28.s\t29.r\t30.f\t31.5\t32.*\t33.g\t34.J\t35.K\n36.C\t37.B\t38.A\t39.M\t40.F\t41.S\t42.f\t43.D\t44.S\t45.C\t46.K\t47.S\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.C\t55.I\t56.()\t57.3\t58.%\t59.K\t60.N\t61.$\n62.Q\t63.C\t64.D\t65.{}\t66.X\t67.I\t68.T\t69.E\t70.J\t71.K\t72.C\t73.k\t74.[]\n75.X\t76.N\t77.E\t78.N\t79.P\t80.W\t81.C\t82.R\t83.T\t84.W\t85.C\t86.B\t87.K\n88.()\t89.L\t90.C\t91.L\t92.S\t93.S\t94.X\t95.M\t96.S\t97.C\t98.M\t99.C\t100.1");
else if(cnt%17==12) x.setText("10.X\t11.c\t12.%\t13.A\t14.l\t15.F\t16.g\t17.w\t18.$\t19.+\t20.7\t21.f\t22.a\n23.2\t24.L\t25.V\t26.z\t27.$\t28.#\t29.q\t30.l\t31.q\t32.m\t33.l\t34.]\t35.a\n36.$\t37.1\t38.z\t39.m\t40.a\t41.I\t42.a\t43.i\t44.k\t45.$\t46.A\t47.O\t48.[\n49.A\t50.H\t51.O\t52.7\t53.Q\t54.$\t55.A\t56.)\t57.5\t58.%\t59.2\t60.W\t61.S\n62.M\t63.$\t64.A\t65.{\t66.F\t67.C\t68.H\t69.W\t70.J\t71.K\t72.$\t73.A\t74.B\n75.R\t76.n\t77.q\t78.S\t79.A\t80.V\t81.$\t82.L\t83.A\t84.;\t85.G\t86.D\t87./\n88.?\t89.Z\t90.$\t91.?\t92.Y\t93.L\t94.J\t95.N\t96.L\t97.@\t98.f\t99.$\t100.R");
else if(cnt%17==13) x.setText("10.y\t11.k\t12.0\t13.q\t14.m\t15.x\t16.j\t17.g\t18.k\t19.-\t20.k\t21.I\t22.0\n23.x\t24.L\t25.2\t26.g\t27.k\t28.p\t29.r\t30.e\t31.5\t32.d\t33.a\t34.p\t35.K\n36.k\t37.A\t38.x\t39.q\t40.m\t41.S\t42.m\t43.a\t44.v\t45.k\t46.L\t47.B\t48.]\n49.S\t50.!\t51.d\t52.7\t53.u\t54.k\t55.G\t56.(\t57.3\t58.-\t59.K\t60.W\t61.A\n62.I\t63.k\t64.D\t65.}\t66.U\t67.K\t68.L\t69.I\t70.O\t71.E\t72.k\t73.k\t74.&\n75.O\t76.y\t77.E\t78.F\t79.#\t80.H\t81.k\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.k\t91.*\t92.F\t93.R\t94.&\t95.O\t96.V\t97.A\t98.P\t99.k\t100.S");
else if(cnt%17==14) x.setText("10.B\t11.G\t12.%\t13.k\t14.g\t15.m\t16.j\t17.o\t18.P\t19.p\t20.l\t21.d\t22.s\n23.y\t24.d\t25.r\t26.m\t27.P\t28.l\t29.g\t30.m\t31.6\t32.a\t33.#\t34.a\t35.o\n36.P\t37.1\t38.2\t39.3\t40.4\t41.5\t42.6\t43.7\t44.8\t45.P\t46.1\t47.A\t48.b\n49.C\t50.D\t51.e\t52.f\t53.()\t54.P\t55.U\t56.O\t57.0\t58.()\t59.P\t60.K\t61.L\n62.A\t63.P\t64.I\t65.*\t66.O\t67.U\t68.O\t69.C\t70.A\t71.A\t72.P\t73.A\t74.&\n75.O\t76.O\t77.W\t78.A\t79.1\t80.O\t81.P\t82.A\t83.E\t84.A\t85.B\t86.R\t87.S\n88.F\t89.W\t90.P\t91.P\t92.L\t93.L\t94.Z\t95.L\t96.F\t97.A\t98.7\t99.P\t100.P");
else if(cnt%17==15) x.setText("10.$\t11.c\t12.%\t13.A\t14.l\t15.F\t16.j\t17.w\t18.E\t19.+\t20.7\t21.I\t22.0\n23.x\t24.L\t25.V\t26.z\t27.E\t28.R\t29.a\t30.e\t31.5\t32.*\t33.a\t34.J\t35.K\n36.E\t37.A\t38.6\t39.&\t40.D\t41.S\t42.N\t43.^\t44.H\t45.E\t46.J\t47.K\t48.[]\n49.A\t50.!\t51.d\t52.7\t53.u\t54.E\t55.G\t56.()\t57.3\t58.%\t59.K\t60.W\t61.$\n62.Z\t63.E\t64.D\t65.{}\t66.F\t67.G\t68.H\t69.I\t70.J\t71.K\t72.E\t73.k\t74.&\n75.R\t76.D\t77.E\t78.F\t79.#\t80.H\t81.E\t82.J\t83.K\t84.L\t85.A\t86.B\t87.C\n88.Y\t89.V\t90.E\t91.*\t92.F\t93.R\t94.&\t95.N\t96.L\t97.@\t98.f\t99.E\t100.$");
else x.setText("10.B\t11.G\t12.%\t13.k\t14.g\t15.m\t16.j\t17.o\t18.D\t19.p\t20.l\t21.d\t22.s\n23.y\t24.d\t25.r\t26.m\t27.D\t28.l\t29.g\t30.m\t31.6\t32.a\t33.#\t34.a\t35.o\n36.D\t37.1\t38.2\t39.3\t40.4\t41.5\t42.6\t43.7\t44.8\t45.D\t46.1\t47.A\t48.b\n49.C\t50.D\t51.e\t52.f\t53.()\t54.D\t55.U\t56.O\t57.0\t58.()\t59.P\t60.K\t61.L\n62.A\t63.D\t64.I\t65.*\t66.O\t67.U\t68.O\t69.C\t70.A\t71.A\t72.D\t73.A\t74.&\n75.O\t76.O\t77.W\t78.A\t79.1\t80.O\t81.D\t82.A\t83.E\t84.A\t85.B\t86.R\t87.S\n88.F\t89.W\t90.D\t91.P\t92.L\t93.L\t94.Z\t95.L\t96.F\t97.A\t98.7\t99.D\t100.P");
}
}
}
public static void main(String[] args) {
new Main();
}
}