310311312313314315316317318319320
FocusListener fl = (FocusListener) e.nextElement(); if (fe_.getID() == AWTEvent.FOCUS_GAINED) fl.focusGained(fe_); else fl.focusLost(fe_); } } } /** Get the Window that contains this component.