static JTabbedPane jBottomTabs(O... x) { final JTabbedPane tabs = jtabs(x); swing { tabs.setTabPlacement(JTabbedPane.BOTTOM); } ret tabs; }