Package de.ailis.xadrian.dialogs

Examples of de.ailis.xadrian.dialogs.ChangePricesDialog.open()


    {
        final ChangePricesDialog dialog =
            this.complex.getGame().getChangePricesDialog();
        dialog.setCustomPrices(this.complex.getCustomPrices());
        dialog.setActiveWare(focusedWare);
        if (dialog.open(this.complex) == Result.OK)
        {
            this.complex.setCustomPrices(dialog.getCustomPrices());
            doChange();
            redraw();
        }
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.