final IApplication app = getApplication();
if (Dialogs.showYesNo(app.getMainFrame(),
s_stringMgr.getString("InstallDefaultDriversAction.confirm")))
{
final DriversListInternalFrame tw = app.getWindowManager().getDriversListInternalFrame();
tw.moveToFront();
try
{
tw.setSelected(true);
}
catch (PropertyVetoException ex)
{
//i18n[InstallDefaultDriversAction.error.selectingwindow=Error selecting window]
s_log.error(s_stringMgr.getString("InstallDefaultDriversAction.error.selectingwindow"), ex);