@Override
public void run() {
try {
if (this.aktuellesEvent.getActionCommand() == Main.this.r
.getString("mQODatei")) {
Main.this.input = new FileInput();
Main.this.input();
} else if (this.aktuellesEvent.getActionCommand() == Main.this.r
.getString("mQOHardware")) {
Main.this.input = new DirectInput();
Main.this.input();