Subversion Repositories eFlore/Archives.cel-v1

Compare Revisions

Ignore whitespace Rev 24 → Rev 25

/trunk/src/org/tela_botanica/client/LeftPanel.java
28,9 → 28,14
private LocationList locationList = null;
private DateList dateList = null;
private StationList stationList = null;
private Mediator mediator=null;
 
public LeftPanel(Mediator mediator) {
public LeftPanel(Mediator med) {
 
mediator=med;
mediator.registerLeftPanel(this);
dateList = new DateList(mediator);
locationList = new LocationList(mediator);
stationList = new StationList(mediator);