Examples of GoChemicalLiquidClassAssociation


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
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.