}
protected void moveToFrontAndSelectAliasFrame()
{
IApplication app = getApplication();
AliasesListInternalFrame tw = app.getWindowManager().getAliasesListInternalFrame();
tw.moveToFront();
try
{
tw.setSelected(true);
}
catch (PropertyVetoException ex)
{
//i18n[DeleteAliasAction.error.selectingwindow=Error selecting window]
s_log.error(s_stringMgr.getString("DeleteAliasAction.error.selectingwindow"), ex);