static void addComponent_inFront(Container c, Component... l) { containerAddFirst(c, l); }