protected void moveToFrontAndSelectAliasFrame()
{
IApplication app = getApplication();
AliasesListInternalFrame tw = app.getWindowManager().getAliasesListInternalFrame();
tw.moveToFront();
try
{
tw.setSelected(true);
}
catch (PropertyVetoException ex)