private GfrLblStatus _lblStatus_;
private Component _rigidArea_ ;
public PnlProblem()
{
this._lblStatus_ = new GfrLblStatus();
this._rigidArea_ = Box.createRigidArea(
new Dimension(0, GfrFactoryIconAbs.INT_SIZE_XXSMALL));
this.setLayout(new BoxLayout(this, BoxLayout.LINE_AXIS));
}