122123124125126127128129130131132
} else this._blnIsValid_ = true; this._sld = new GfrSld(SwingConstants.HORIZONTAL, intMin, intMax, intValue); this._tfd_ = new GfrTfdTextXSmall("Current value, not editable ...", (DocumentListener) null); if (clr != null)
123124125126127128129130131132133
this._tfdLeft_ = new GfrTfd(); this._tfdLeft_.setText(String.format(this._strDoubleFormatter_, dblInit)); this._sldRight_ = new GfrSld( JSlider.HORIZONTAL, (int)(dblMin*intRatio), (int)(dblMax*intRatio), (int)(dblInit*intRatio));