Package de.ailis.xadrian.dialogs

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


    public void changeSuns()
    {
        final ChangeSunsDialog dialog =
            this.complex.getGame().getChangeSunsDialog();
        dialog.setSuns(this.complex.getSuns());
        if (dialog.open() == Result.OK)
        {
            this.complex.setSuns(dialog.getSuns());
            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.