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