svoid onTabSelected(final JTabbedPane tabs, final Runnable r) { if (tabs != null) swing { tabs.getModel().addChangeListener(r); } }