This commit is contained in:
Arthur 2021-04-13 16:15:08 +02:00
parent 97925fd331
commit 8505051dd4

View File

@ -25,7 +25,6 @@ public class Listener implements ActionListener, KeyListener, MouseWheelListener
this.frame = frame;
this.index = index;
this.type = type;
System.getProperty("os.name");
}
@Override