static Component frameIcon(Component c, S imageID) { setFrameIconLater(c, imageID); ret c; } static Component frameIcon(S imageID, Component c) { setFrameIconLater(c, imageID); ret c; }