Package com.poker.ui.windows

Examples of com.poker.ui.windows.MainWindow


    public void setMainWnd(final Integer hWnd, final Point ptleftTop) {

        if (hWnd == 0) {
            this.mainWnd = null;
        } else {
            this.mainWnd = new MainWindow(hWnd);
            this.mainWnd.setLeftTop(ptleftTop);
        }

    }
View Full Code Here

TOP

Related Classes of com.poker.ui.windows.MainWindow

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.