Package mbj.robotdriver.configure

Examples of mbj.robotdriver.configure.GoChemicalLiquidClassAssociation


    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));
    menuConfiguration.add(openChemicalLiquidClassAssociation);
    menuBar.add(menuConfiguration);

    setJMenuBar(menuBar);
View Full Code Here

TOP

Related Classes of mbj.robotdriver.configure.GoChemicalLiquidClassAssociation

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.