Examples of GoTecanLiquidClass


Examples of mbj.robotdriver.configure.GoTecanLiquidClass

    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);
    menuConfiguration.addSeparator();
    openChemicalLiquidClassAssociation = new JMenuItem(new GoChemicalLiquidClassAssociation(this));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.