Package edu

Examples of edu.Treck.velocity()


       
        jLabel13.setText(String.valueOf(distanz));

        //int aktuelleRunde = Integer.parseInt(jLabel16.getText());

        jLabel12.setText(String.valueOf(route.velocity()));
       
        int rest = route.restStrekeBerechnen();
        route.setVerblieben(distanz);
       
        jLabel14.setText(String.valueOf(rest));
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.