Package de.ailis.xadrian.dialogs

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


    @Override
    public void addFactory()
    {
        final AddFactoryDialog dialog =
            this.complex.getGame().getAddFactoryDialog();
        if (dialog.open() == Result.OK)
        {
            for (final Factory factory : dialog.getFactories())
            {
                this.complex.addFactory(factory);
            }
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.