Package se.bitcraze.crazyflie.client.ui

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


    ParameterPanel parameterPanel = new ParameterPanel(crazyflie);
    tabs.add("Flight Data", flightDataPanel);
    tabs.add("Logging", loggingPanel);
    tabs.add("Parameters", parameterPanel);

    MainHeader header = new MainHeader(crazyflie);
    container.add(header, BorderLayout.NORTH);
    container.add(tabs, BorderLayout.CENTER);
    container.add(new ConsoleFooter(crazyflie), BorderLayout.SOUTH);
    crazyflie.addListener(new ConnectionAdapter() {
View Full Code Here

TOP

Related Classes of se.bitcraze.crazyflie.client.ui.MainHeader

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.