Package GUI

Examples of GUI.ContactList


      for(Contact contact : this.contacts){
        contacts[i] = contact;
        i++;
      }

      contactList = new ContactList(settings, contacts);
      contactList.addContactListListener(this);
      mainWindow.setContactList(contactList);
    }
  }
View Full Code Here

TOP

Related Classes of GUI.ContactList

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.