Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 3458

Show
Ignore:
Timestamp:
02/22/08 13:07:33 (11 months ago)
Author:
jegg
Message:

in patientmatching module, merged code to set the GUI elements of the second tab into one method instead of different events having separate code

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/patientmatching/src/org/regenstrief/linkage/gui/SessionsPanel.java

    r3450 r3458  
    376376                } 
    377377                 
    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                 
    381380        } 
    382381}