}
if (objSource instanceof GfrTbnShowHideCrossLinesOnMouseOver2d)
{
GfrTbnAbs tbn = (GfrTbnAbs) objSource;
boolean bln = tbn.isSelected();
((ChartPanel) super._tot).setHorizontalAxisTrace(bln);
((ChartPanel) super._tot).setVerticalAxisTrace(bln);
super.revalidate();
if (super.isVisible())
super.repaint();
return;
}
if (objSource instanceof GfrTbnMagnifierJfcChart)
{
GfrTbnAbs tbn = (GfrTbnAbs) objSource;
if (tbn.isSelected())
{
super.remove(((Component) super._tot));
this._lyrMagnifier = new JXLayer(((Component) super._tot));
this._magUi = new MagnifierUI();