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