Package com.aesthete.swingobjects.ui.main

Examples of com.aesthete.swingobjects.ui.main.WaitDialog


        }

    }

    public static void showWaitDialogForComponent(final JComponent component){
        WaitDialog  waitdialog=(WaitDialog)FrameFactory.getFrame(FrameFactory.waitDialogFrameSetId,FrameFactory.WAIT_DIALOG,component);
        waitdialog.displayWaitDialog();
    }
View Full Code Here

TOP

Related Classes of com.aesthete.swingobjects.ui.main.WaitDialog

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.