static void showControlButtons(final L components) { swing { showControls(jCenteredLine(components)); } } static void showControlButtons(Component... components) { showControlButtons(asList(components)); }