Package mbj.robotdriver.configure

Examples of mbj.robotdriver.configure.GoTecanSettings


    menuFile.add(menuItemAbort);*/
    menuBar.add(menuFile);

    JMenu menuConfiguration = new JMenu("Configuration");
    menuConfiguration.setMnemonic(KeyEvent.VK_C);
    openTecanSettings = new JMenuItem(new GoTecanSettings(this));
    menuConfiguration.add(openTecanSettings);
    openTecanLiquidClass = new JMenuItem(new GoTecanLiquidClass(this));
    menuConfiguration.add(openTecanLiquidClass);
    openTecanHolders = new JMenuItem(new GoTecanHolders(this));
    menuConfiguration.add(openTecanHolders);
View Full Code Here

TOP

Related Classes of mbj.robotdriver.configure.GoTecanSettings

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.