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