A simple Windows 10 program through which you can kill any process running on your pc in an instant
NOTE: This is my first ever project and also my first time practically programming. I am very aware that a program to kill processes is not a very useful tool and can also cause problems. However, I still decided to do it, because I thought it would be a very nice project to start off with.
Also, I know that putting a 230 line code into a single file might not be a 'good practice'.
Anyway, I hope everything works find and if not feel free to create an issue.
Java (TM) 8 Update 271 or higher must be installed on your system.
Not only that, but your Java Runtime needs to support class files of versions up to 59.0. For that, simply download the Java (SE) Development Kit (JDK).
Older versions might work, but were not tested.
1.0 [Beta] - Compiled everything into a single .jar file
0.9 [Alpha] - Final testing stages
0.8 [Alpha] - Fixed Windows crashing regarding while Loop in JButton
0.7 [Alpha] - Added Kill-Confirmation in JOptionPane
0.6 [Alpha] - Added Second Killbar
0.5 [Alpha] - Fixed all known Bugs & Issues with JLabel 1 & 2
0.4 [Alpha] - JLabel visible again and added another JLabel and JButton for LoopKill
0.3 [Alpha] - Changed Colors of JButton und JPanel, Bug with JLabel not being visible occured
0.2 [Alpha] - Added Icons, JPanel and JButton to 'Main.java'
0.1 [Alpha] - Start of the project, added the JFrame in the Main.java