Package com.ardublock.ui

Examples of com.ardublock.ui.OpenblocksFrame


    //startConsoleFrame();
  }
 
  private void startOpenblocksFrame() throws SAXException, IOException, ParserConfigurationException
  {
    openblocksFrame = new OpenblocksFrame();
    openblocksFrame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    Context context = Context.getContext();
    context.setInArduino(false);
    openblocksFrame.setVisible(true);
  }
View Full Code Here

TOP

Related Classes of com.ardublock.ui.OpenblocksFrame

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.