Package org.bmdrc.mass.tool

Examples of org.bmdrc.mass.tool.Compare20And500Scan


    private static final long serialVersionUID = -5890035005412342367L;

    public static void calculate(MainFrame theFrame) {
        switch(theFrame.getSelectedCalculationMethod()) {
            case MassInCalculateButtonActionListener.COMPARE_20_AND_500_SCAN:
                Compare20And500Scan theCalculator = new Compare20And500Scan(theFrame);
                theCalculator.compare20And500Scan();
                break;
        }
    }
View Full Code Here

TOP

Related Classes of org.bmdrc.mass.tool.Compare20And500Scan

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.