static A setFrameIcon(A c, S imageID) { setFrameIconLater(c, imageID); ret c; } static A setFrameIcon(S imageID, A c) { ret setFrameIcon(c, imageID); }