static Component contentsOfTab(JTabbedPane tabs, int idx) swing { ret tabs != null && idx >= 0 && idx < tab.getTabCount() ? tab.getComponentAt(idx) : null; }