Correct Selector.register(new TabSelector(...)) usages for some cases. For example, ESL is not a part of Security anymore (now it's Web Java), therefore
Selector.register(new TabSelector(
"jcp.fx.security.esl.title", "jcp.fx.security.title", tabs, exceptionTab));
Also we may consider renaming some labels, for example, "jcp.fx.security.esl.title" - > "jcp.fx.ria.esl.title" (actually, "ria" should also be replaced with "webjava" now...)
Selector.register(new TabSelector(
"jcp.fx.security.esl.title", "jcp.fx.security.title", tabs, exceptionTab));
Also we may consider renaming some labels, for example, "jcp.fx.security.esl.title" - > "jcp.fx.ria.esl.title" (actually, "ria" should also be replaced with "webjava" now...)