protected PnlSettingsNewTloUrlEclSctAbs(DocumentListener lstDocument)
{
super(lstDocument);
this._pnlLatLonMin = new PnlSelEditTfdMultipleLocationDegrees(lstDocument,
"SW Location (LatLon in degrees)");
this._pnlLatLonMax = new PnlSelEditTfdMultipleLocationDegrees(lstDocument,
"NE Location (LatLon in degrees)");
}