static A setPIFrameIcon(A c, Icon icon) { JInternalFrame f = getInternalFrame(c); if (f != null) internalFrameIcon(f, icon); else frameIcon(getFrame(c), icon); ret c; }