4445464748495051525354
public PnlSelLblChooseColor(Color col) { super("Color", true); this._btn_ = new BtnChoiceColorRectangle( (ActionListener[]) null, col, PnlSelLblChooseColor._INT_WIDTH_, PnlSelLblChooseColor._INT_HEIGHT_); }
4950515253545556575859
{ super(); this._colInit_ = colCustom; this._btn_ = new BtnChoiceColorRectangle( alrsParent, colCustom, PnlChoiceButtonColor._INT_WIDTH_, PnlChoiceButtonColor._INT_HEIGHT_);
5556575859606162636465
Color col = _F_COL_DEFAULT_; if (colInit != null) col = colInit; super._objCustom = new BtnChoiceColorRectangle( alrsParent, col, GfrPnlCustomColor._INT_WIDTH_, GfrPnlCustomColor._INT_HEIGHT_);
GfrPnlGrpBtnChooseColor._INT_WIDTH_, GfrPnlGrpBtnChooseColor._INT_HEIGHT_); //-- super._btn = new BtnChoiceColorRectangle( (ActionListener[]) null, col, GfrPnlGrpBtnChooseColor._INT_WIDTH_, GfrPnlGrpBtnChooseColor._INT_HEIGHT_); }