333435363738394041
* */ public ControllerViewPatientComponent(JXTable table, Patient patient, boolean editing) { super(); this.table = table; table.addMouseListener(new TableMouseAdapterPatientComponent(this)); this.patient = patient; this.editing = editing; }