6061626364656667686970
} public ContactsPanel getContactsPanel() { if ( this.contactsPanel == null ) { this.contactsPanel = new ContactsPanel( RegionPosition.SOUTH ); add( this.contactsPanel ); } return this.contactsPanel; }