Package org.blync.client.contacts

Examples of org.blync.client.contacts.ContactsScreen


        setCommandListener(this);

        mailScreen = new MailMainScreen(this);
        calendarScreen = new CalendarMonthScreen(this);
        tasksScreen = new TasksScreen(this);
        contactsScreen = new ContactsScreen(this);
        settingsScreen = new SettingsScreen(this);

        try {
            Image mailIcon = Image.createImage("/Mail-48x48.png");
            append(MAIL_TITLE, mailIcon);
View Full Code Here

TOP

Related Classes of org.blync.client.contacts.ContactsScreen

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.