{
this.hermesConfig = hermesConfig;
try
{
model = new ClasspathGroupTableModel(dialog, HermesBrowser.getConfigDAO().duplicateClasspathGroups(hermesConfig.getClasspathGroup()));
if ( table == null)
{
table = new ClasspathGroupTable(dialog, model);
tableSP.setViewportView(table);