コード例 #1
0
 public void setDbForPanels(List<Patient> db) {
   searchPanel.setDb(db);
   notificationPanel.setDb(db);
 }