Package org.xnap.commons.gui

Examples of org.xnap.commons.gui.ProgressDialog.showDialog()


    // show blocking dialog
    if (owner != null) { dialog.setLocationRelativeTo(owner); }
    else { dialog.setLocationRelativeTo(JHylaFAX.getInstance()); }
    dialog.setTitle(i18n.tr("HylaFAX Server"));
    dialog.setModal(true);
    dialog.showDialog();
     
    // at this point t is guranteed to be finished
    jobRunning = false;
   
    // XXX what if the errordialog is displayed?
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.