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

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


        });
        this.getFrame().setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        cardLayout = (CardLayout) wizardPanel.getLayout();
        this.getFrame().setTitle(OECReception.applicationName());
        this.getFrame().setIconImage(OECReception.applicationIcon());
        this.mainViewHelper = new MainViewHelper(this);
        loggedInLabel.setText("Logged in as: " + OECReception.getUser().getUsername());
        showCard("homeCard", true, false);
        // status bar initialization - message timeout, idle icon and busy animation, etc
        ResourceMap resourceMap = getResourceMap();
        int messageTimeout = resourceMap.getInteger("StatusBar.messageTimeout");
View Full Code Here

TOP

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

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.