svoid addTab(JTabbedPane tabs, S title, Component c) { if (tabs != null) swing { tabs.add(title, wrap(c)); } } svoid addTab(JTabbedPane tabs, S title, Swingable c) { if (tabs != null) swing { tabs.add(title, wrap(c)); } }