Examples of FlightDataPanel


Examples of se.bitcraze.crazyflie.client.ui.FlightDataPanel

    menuBar.add(menu);
    setJMenuBar(menuBar);

    JTabbedPane tabs = new JTabbedPane();

    flightDataPanel = new FlightDataPanel(crazyflie, properties);
    LoggingPanel loggingPanel = new LoggingPanel(crazyflie);
    ParameterPanel parameterPanel = new ParameterPanel(crazyflie);
    tabs.add("Flight Data", flightDataPanel);
    tabs.add("Logging", loggingPanel);
    tabs.add("Parameters", parameterPanel);
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.