static A setPIFrameIconImage(A c, Image image) { JInternalFrame f = getInternalFrame(c); if (f != null) setIconImage(f, image); else setIconImage(getFrame(c), image); ret c; }