コード例 #1
0
 /** Refreshes the table with the locally stored contacts. */
 public void refreshGUI() {
   updateTableData(convertToTableVector(contacts));
   gui.refreshTable();
 }