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