static JTabbedPane showTabs(O... params) {
  JTabbedPane tabs = jtabs(params);
  showFrame(tabs);
  ret tabs;
}