Package se.bitcraze.crazyflie.client.ui

Examples of se.bitcraze.crazyflie.client.ui.ParameterPanel$ParameterTableModel


    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);

    MainHeader header = new MainHeader(crazyflie);
View Full Code Here

TOP

Related Classes of se.bitcraze.crazyflie.client.ui.ParameterPanel$ParameterTableModel

Copyright © 2018 www.massapicom. 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.