-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMyActionListener.java
More file actions
751 lines (625 loc) · 17.6 KB
/
MyActionListener.java
File metadata and controls
751 lines (625 loc) · 17.6 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
import java.lang.Long;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import javax.swing.*;
import java.lang.*;
import javax.swing.JFrame;
import java.util.*;
import java.time.format.DateTimeFormatter;
import java.time.LocalDateTime;
import java.nio.file.Files;
import java.nio.file.Path;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import javax.script.*;
//set classpath=mail.jar;activation.jar;.;
import java.util.Properties;
import javax.mail.*;
import javax.mail.internet.*;
public class MyActionListener implements ActionListener
{
MyFrame mf;
MyFrame1 mf1;
MyFrame2 mf2;
MyFrame3 mf3;
MyFrame4 mf4;
MyFrame5 mf5;
MyFrame6 mf6;
MyFrame7 mf7;
String email_id = "Enter your email";
String email_password = "Enter your password";
String main, verr, b, tran;
int a, cot, bu2=1, bu3=1, bu4=1, bu5=1, bu6=1, bu7=1, bu8=1, bu9=1, bu10=1, bu11=1, bu12=1;
MyActionListener(MyFrame m)
{
this.mf = m;
}
MyActionListener(MyFrame1 m)
{
this.mf1 = m;
}
MyActionListener(MyFrame2 m)
{
this.mf2 = m;
}
MyActionListener(MyFrame3 m)
{
this.mf3 = m;
}
MyActionListener(MyFrame4 m)
{
this.mf4 = m;
}
MyActionListener(MyFrame5 m)
{
this.mf5 = m;
}
MyActionListener(MyFrame6 m)
{
this.mf6 = m;
}
MyActionListener(MyFrame7 m)
{
this.mf7 = m;
}
public void actionPerformed(ActionEvent e)
{
System.out.println(e.getActionCommand());
if(e.getActionCommand().equals("homepg"))
{
mf = new MyFrame();
this.mf.setVisible(true);
this.mf.setExtendedState(mf.getExtendedState() | JFrame.MAXIMIZED_BOTH);
this.mf1.setVisible(false);
this.mf2.setVisible(false);
this.mf3.setVisible(false);
this.mf4.setVisible(false);
this.mf5.setVisible(false);
this.mf6.setVisible(false);
this.mf7.setVisible(false);
File directory = new File("./Student Records/Email");
int fileCount = directory.list().length;
this.mf.t1.setText(new Integer(fileCount).toString());
}
if(e.getActionCommand().equals("shut"))
{
System.exit(0);
}
if(e.getActionCommand().equals("delete"))
{
String cart = this.mf1.t1.getText();
int inc = Integer.parseInt(cart);
inc = inc - 1;
this.mf1.t1.setText("" + inc);
}
if(e.getActionCommand().equals("myImage"))
{
String z = new String("./Records/list.txt");
try
{
FileWriter fw = new FileWriter(z, false);
PrintWriter pw = new PrintWriter(fw, false);
pw.flush();
pw.close();
fw.close();
}
catch(Exception exception)
{
System.out.println("Exception have been caught");
}
mf1 = new MyFrame1();
this.mf1.setVisible(true);
this.mf1.setExtendedState(mf1.getExtendedState() | JFrame.MAXIMIZED_BOTH);
this.mf.setVisible(false);
}
if(e.getActionCommand().equals("Add Student"))
{
mf2 = new MyFrame2();
this.mf2.setVisible(true);
this.mf2.setExtendedState(mf2.getExtendedState() | JFrame.MAXIMIZED_BOTH);
this.mf.setVisible(false);
}
if(e.getActionCommand().equals("Checkout"))
{
mf4 = new MyFrame4();
this.mf4.setVisible(true);
this.mf4.setExtendedState(mf4.getExtendedState() | JFrame.MAXIMIZED_BOTH);
this.mf1.setVisible(false);
}
if(e.getActionCommand().equals("abtus"))
{
mf3 = new MyFrame3();
this.mf3.setVisible(true);
this.mf3.setExtendedState(mf3.getExtendedState() | JFrame.MAXIMIZED_BOTH);
this.mf.setVisible(false);
}
if(e.getActionCommand().equals("return"))
{
mf6 = new MyFrame6();
this.mf6.setVisible(true);
this.mf6.setExtendedState(mf6.getExtendedState() | JFrame.MAXIMIZED_BOTH);
this.mf.setVisible(false);
}
if(e.getActionCommand().equals("generate"))
{
String s = (this.mf4.t1.getText() + ".txt");
String z = new String("./Student Records/" + s);
String z2 = new String("./Student Records/Email/" + s);
try
{
File myObj = new File(z2);
Scanner myReader = new Scanner(myObj);
while (myReader.hasNextLine())
{
String data = myReader.nextLine();
System.out.println(data);
this.main = data;
}
myReader.close();
}
catch (FileNotFoundException eqq)
{
System.out.println("An error occurred.");
eqq.printStackTrace();
}
long min = 000001;
long max = 999999;
double a = Math.random()*(max-min+1)+min;
int value = (int)a;
String code=Integer.toString(value);
this.verr = code;
System.out.println(verr);
String host="smtp.gmail.com";
final String user=email_id;
final String password=email_password;
String to=main;
//Get the session object
Properties props = new Properties();
props.put("mail.smtp.host",host);
props.put("mail.smtp.auth", "true");
props.put("mail.smtp.ssl.enable", "true");
Session session = Session.getDefaultInstance(props,
new javax.mail.Authenticator()
{
protected PasswordAuthentication getPasswordAuthentication()
{
return new PasswordAuthentication(user,password);
}
});
try
{
MimeMessage message = new MimeMessage(session);
message.setFrom(new InternetAddress(user));
message.addRecipient(Message.RecipientType.TO,new InternetAddress(to));
message.setSubject("Lab Component Management");
message.setText("Your OTP is : " + value);
Transport.send(message);
System.out.println("message sent successfully...");
}
catch (MessagingException exn)
{
exn.printStackTrace();
}
}
if(e.getActionCommand().equals("AddStud"))
{
mf = new MyFrame();
String name = this.mf2.t1.getText();
long Enroll = Long.parseLong(this.mf2.t2.getText());
String Mail = this.mf2.t3.getText();
String Cls = this.mf2.t4.getText();
System.out.println(name);
System.out.println(Enroll);
System.out.println(Mail);
System.out.println(Cls);
String s = new String("./Student Records/" + Enroll + ".txt");
File file = new File(s);
String s2 = new String("./Student Records/Email/" + Enroll + ".txt");
File file2 = new File(s2);
boolean result;
try
{
result = file.createNewFile();
if(result)
{
System.out.println("file created "+file.getCanonicalPath());
FileWriter myWriter = new FileWriter(s);
myWriter.write(name + " - " + Cls);
myWriter.close();
}
else
{
System.out.println("File already exist at location: "+file.getCanonicalPath());
}
}
catch (IOException est)
{
est.printStackTrace();
}
boolean result2;
try
{
result2 = file2.createNewFile();
if(result2)
{
System.out.println("file created "+file2.getCanonicalPath());
FileWriter myWriter2 = new FileWriter(s2);
myWriter2.write(Mail);
myWriter2.close();
}
else
{
System.out.println("File already exist at location: "+file2.getCanonicalPath());
}
}
catch (IOException est2)
{
est2.printStackTrace();
}
File directory = new File("./Student Records");
int fileCount = directory.list().length;
this.mf.t1.setText(new Integer(fileCount-1).toString());
this.mf.setVisible(true);
this.mf.setExtendedState(mf.getExtendedState() | JFrame.MAXIMIZED_BOTH);
this.mf2.setVisible(false);
}
if(e.getActionCommand().equals("1"))
{
String z = new String("./Records/list.txt");
String cart = this.mf1.t1.getText();
int inc = Integer.parseInt(cart);
inc = inc + 1;
this.mf1.t1.setText("" + inc);
String swap = new String("this.mf1.b2.setIcon(new ImageIcon(this.getClass().getResource(\"Images/" + this.bu2 + ".png\")));");
System.out.println(swap);
this.bu2 = bu2+1;
try
{
FileWriter myWriter = new FileWriter(z, true);
myWriter.write(inc + ") 10k Ohm");
myWriter.write("\n");
myWriter.close();
}
catch (IOException est)
{
est.printStackTrace();
}
}
if(e.getActionCommand().equals("2"))
{
String z = new String("./Records/list.txt");
String cart = this.mf1.t1.getText();
int inc = Integer.parseInt(cart);
inc = inc + 1;
this.mf1.t1.setText("" + inc);
try
{
FileWriter myWriter = new FileWriter(z, true);
myWriter.write(inc + ") 4.7k Ohm");
myWriter.write("\n");
myWriter.close();
}
catch (IOException est)
{
est.printStackTrace();
}
}
if(e.getActionCommand().equals("3"))
{
String z = new String("./Records/list.txt");
String cart = this.mf1.t1.getText();
int inc = Integer.parseInt(cart);
inc = inc + 1;
this.mf1.t1.setText("" + inc);
try
{
FileWriter myWriter = new FileWriter(z, true);
myWriter.write(inc + ") 100k Ohm");
myWriter.write("\n");
myWriter.close();
}
catch (IOException est)
{
est.printStackTrace();
}
}
if(e.getActionCommand().equals("4"))
{
String z = new String("./Records/list.txt");
String cart = this.mf1.t1.getText();
int inc = Integer.parseInt(cart);
inc = inc + 1;
this.mf1.t1.setText("" + inc);
try
{
FileWriter myWriter = new FileWriter(z, true);
myWriter.write(inc + ") 220k Ohm");
myWriter.write("\n");
myWriter.close();
}
catch (IOException est)
{
est.printStackTrace();
}
}
if(e.getActionCommand().equals("5"))
{
String z = new String("./Records/list.txt");
String cart = this.mf1.t1.getText();
int inc = Integer.parseInt(cart);
inc = inc + 1;
this.mf1.t1.setText("" + inc);
try
{
FileWriter myWriter = new FileWriter(z, true);
myWriter.write(inc + ") BC547");
myWriter.write("\n");
myWriter.close();
}
catch (IOException est)
{
est.printStackTrace();
}
}
if(e.getActionCommand().equals("6"))
{
String z = new String("./Records/list.txt");
String cart = this.mf1.t1.getText();
int inc = Integer.parseInt(cart);
inc = inc + 1;
this.mf1.t1.setText("" + inc);
try
{
FileWriter myWriter = new FileWriter(z, true);
myWriter.write(inc + ") BD438");
myWriter.write("\n");
myWriter.close();
}
catch (IOException est)
{
est.printStackTrace();
}
}
if(e.getActionCommand().equals("7"))
{
String z = new String("./Records/list.txt");
String cart = this.mf1.t1.getText();
int inc = Integer.parseInt(cart);
inc = inc + 1;
this.mf1.t1.setText("" + inc);
try
{
FileWriter myWriter = new FileWriter(z, true);
myWriter.write(inc + ") BC847C - TP");
myWriter.write("\n");
myWriter.close();
}
catch (IOException est)
{
est.printStackTrace();
}
}
if(e.getActionCommand().equals("8"))
{
String z = new String("./Records/list.txt");
String cart = this.mf1.t1.getText();
int inc = Integer.parseInt(cart);
inc = inc + 1;
this.mf1.t1.setText("" + inc);
try
{
FileWriter myWriter = new FileWriter(z, true);
myWriter.write(inc + ") BC817 - 25 - TP");
myWriter.write("\n");
myWriter.close();
}
catch (IOException est)
{
est.printStackTrace();
}
}
if(e.getActionCommand().equals("LED"))
{
String z = new String("./Records/list.txt");
String cart = this.mf1.t1.getText();
int inc = Integer.parseInt(cart);
inc = inc + 1;
this.mf1.t1.setText("" + inc);
try
{
FileWriter myWriter = new FileWriter(z, true);
myWriter.write(inc + ") LED");
myWriter.write("\n");
myWriter.close();
}
catch (IOException est)
{
est.printStackTrace();
}
}
if(e.getActionCommand().equals("Battery"))
{
String z = new String("./Records/list.txt");
String cart = this.mf1.t1.getText();
int inc = Integer.parseInt(cart);
inc = inc + 1;
this.mf1.t1.setText("" + inc);
try
{
FileWriter myWriter = new FileWriter(z, true);
myWriter.write(inc + ") Battery");
myWriter.write("\n");
myWriter.close();
}
catch (IOException est)
{
est.printStackTrace();
}
}
if(e.getActionCommand().equals("Board"))
{
String z = new String("./Records/list.txt");
String cart = this.mf1.t1.getText();
int inc = Integer.parseInt(cart);
inc = inc + 1;
this.mf1.t1.setText("" + inc);
try
{
FileWriter myWriter = new FileWriter(z, true);
myWriter.write(inc + ") Board");
myWriter.write("\n");
myWriter.close();
}
catch (IOException est)
{
est.printStackTrace();
}
}
if(e.getActionCommand().equals("verify"))
{
String s = (this.mf4.t1.getText() + ".txt");
String z2 = new String("./Student Records/Email/" + s);
String z3 = new String("./OOP-Project/Student Records/" + s);
String host="smtp.gmail.com";
final String user=email_id;
final String password=email_password;
String to=main;
//Get the session object
Properties props = new Properties();
props.put("mail.smtp.host",host);
props.put("mail.smtp.auth", "true");
props.put("mail.smtp.ssl.enable", "true");
Session session = Session.getDefaultInstance(props,
new javax.mail.Authenticator()
{
protected PasswordAuthentication getPasswordAuthentication()
{
return new PasswordAuthentication(user,password);
}
});
try
{
DateTimeFormatter dtf = DateTimeFormatter.ofPattern("dd/MM/yyyy HH:mm:ss");
LocalDateTime now = LocalDateTime.now();
String time = (dtf.format(now)).toString();
char ch[] = new char[500];
FileReader fr = new FileReader("./Records/list.txt");
fr.read(ch);
fr.close();
String records = new String(ch);
String record[] = records.split(" ");
FileWriter fw=new FileWriter(z3,true);
fw.write("\n\n");
fw.write("ISSUED SUCCESSFULLY - " + time);
fw.write("\n\n");
for(int loop=0; loop<record.length ;loop++)
{
fw.write(""+record[loop]);
}
fw.close();
MimeMessage message = new MimeMessage(session);
message.setFrom(new InternetAddress(user));
message.addRecipient(Message.RecipientType.TO,new InternetAddress(to));
message.setSubject("Lab Component Management");
message.setText("Components Issued Successfully on "+ time +"\n\nList of Components is given below" + "\n\n" + records);
Transport.send(message);
System.out.println("message sent successfully...");
}
catch (MessagingException exn)
{
exn.printStackTrace();
}
catch (Exception aa)
{
System.out.println(aa);
}
mf5 = new MyFrame5();
this.mf5.setVisible(true);
this.mf5.setExtendedState(mf5.getExtendedState() | JFrame.MAXIMIZED_BOTH);
this.mf4.setVisible(false);
}
if(e.getActionCommand().equals("retu"))
{
String s = (this.mf6.t1.getText() + ".txt");
String num = (this.mf6.t2.getText());
String z = new String("./Student Records/" + s);
int value = Integer.parseInt(this.mf6.t2.getText());
try
{
DateTimeFormatter dtf = DateTimeFormatter.ofPattern("dd/MM/yyyy HH:mm:ss");
LocalDateTime now = LocalDateTime.now();
String time = (dtf.format(now)).toString();
FileWriter myWriter = new FileWriter(z, true);
myWriter.write("\n\nRETURNED SUCCESSFULLY - " + time + "\nPenalty - " + value*5);
myWriter.close();
FileReader fr=new FileReader("./Records/transaction.txt");
int i;
while((i=fr.read())!=-1)
this.a = a+1;
FileWriter myWriter3 = new FileWriter("./Records/transaction.txt");
myWriter3.write(String.valueOf(a));
myWriter3.close();
fr.close();
}
catch (IOException est1)
{
est1.printStackTrace();
}
String z2 = new String("./Student Records/Email/" + s);
try
{
File myObj = new File(z2);
Scanner myReader = new Scanner(myObj);
while (myReader.hasNextLine())
{
String data = myReader.nextLine();
System.out.println(data);
this.main = data;
}
myReader.close();
}
catch (FileNotFoundException eqq)
{
System.out.println("An error occurred.");
eqq.printStackTrace();
}
String host="smtp.gmail.com";
final String user=email_id;
final String password=email_password;
String to=main;
//Get the session object
Properties props = new Properties();
props.put("mail.smtp.host",host);
props.put("mail.smtp.auth", "true");
props.put("mail.smtp.ssl.enable", "true");
Session session = Session.getDefaultInstance(props,
new javax.mail.Authenticator()
{
protected PasswordAuthentication getPasswordAuthentication()
{
return new PasswordAuthentication(user,password);
}
});
try
{
MimeMessage message = new MimeMessage(session);
message.setFrom(new InternetAddress(user));
message.addRecipient(Message.RecipientType.TO,new InternetAddress(to));
message.setSubject("Lab Component Management");
message.setText("Dear Student, \nYou have SUCCESSFULLY RETURNED Components...\nYou have to pay " + value*5 + " to the Administration."+ "\nKeep Learning");
Transport.send(message);
System.out.println("message sent successfully...");
}
catch (MessagingException exn)
{
exn.printStackTrace();
}
mf7 = new MyFrame7();
this.mf7.setVisible(true);
this.mf7.setExtendedState(mf7.getExtendedState() | JFrame.MAXIMIZED_BOTH);
this.mf6.setVisible(false);
}
}
}