Changeset 3458
- Timestamp:
- 02/22/08 13:07:33 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/patientmatching/src/org/regenstrief/linkage/gui/SessionsPanel.java
r3450 r3458 376 376 } 377 377 378 session_options.setModel(new SessionOptionsTableModel(current_working_config)); 379 TableColumn tc = session_options.getColumnModel().getColumn(6); 380 tc.setCellEditor(new DefaultCellEditor(jcb)); 378 displayThisMatchingConfig(current_working_config); 379 381 380 } 382 381 }