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