Package ke.go.moh.oec.reception.gui.helper

Examples of ke.go.moh.oec.reception.gui.helper.NotificationDialogHelper


    /** Creates new form NotificationDialog */
    public NotificationDialog(java.awt.Frame parent, boolean modal, Notification notification) {
        super(parent, modal);
        this.notification = notification;
        initComponents();
        notificationDialogHelper = new NotificationDialogHelper(this);
        showNotification();
        this.setIconImage(OECReception.applicationIcon());
        this.getRootPane().setDefaultButton(doneButton);
        addEscapeListener();
    }
View Full Code Here

TOP

Related Classes of ke.go.moh.oec.reception.gui.helper.NotificationDialogHelper

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.