Package org.geoforge.guillc.panel

Examples of org.geoforge.guillc.panel.PnlSelEditTfdMultipleLocationDegrees


  
   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)");
   }
View Full Code Here

TOP

Related Classes of org.geoforge.guillc.panel.PnlSelEditTfdMultipleLocationDegrees

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.