public Bewegen(RobotPostureProxy rpp, MotionProxy motion, MainWindow mw, TextToSpeechProxy tts) { this.rpp = rpp; this.motion = motion; this.mw = mw; this.tts = tts; }
public Vergleich(MainWindow mw) { this.mw = mw; }