public GfrPnlLatLon(Point2D.Double p2d)
{
super();
this._tfdLatitude_ = new GfrTfdTextSmall((String) null, (DocumentListener) null);
this._tfdLongitude_ = new GfrTfdTextSmall((String) null, (DocumentListener) null);
this._p2d_ = p2d;
super.setLayout(new GridLayout(1, 2, 20, 10));