super._pnlCommand = new GfrPnlCmdCancel(
(ActionListener) this);
this._tab = new GfrTab();
this._pnlGeneral = new GfrPnl();
super.getContentPane().add(this._tab);
this._pnlGeneral.setLayout(new BoxLayout(this._pnlGeneral, BoxLayout.Y_AXIS));
this._pnlCaches = new GfrPnl();
this._pnlCaches.setLayout(new BoxLayout(this._pnlCaches, BoxLayout.Y_AXIS));
}