static void addButtonsToWindow(Component c, Component... buttons) { addButtonsToWindow2(c, buttons); }