Package se.bitcraze.crazyflie.client.ui

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


    container = getContentPane();
    container.setLayout(new BorderLayout());
    menuBar = new JMenuBar();
    JMenu menu = new JMenu("Crazyflie");
    final JMenuItem connect = new JMenuItem("connect");
    connector = new ConnectDialog(this, crazyflie);
    connect.addActionListener(new ActionListener() {

      @Override
      public void actionPerformed(final ActionEvent e) {
        SwingUtilities.invokeLater(new Runnable() {
View Full Code Here

TOP

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

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.