*/
public void actionPerformed(ActionEvent evt)
{
IApplication app = getApplication();
CursorChanger cursorChg = new CursorChanger(app.getMainFrame());
cursorChg.show();
try
{
ISession activeSession = getApplication().getSessionManager().getActiveSession();
if( activeSession.getActiveSessionWindow() instanceof SessionInternalFrame
|| activeSession.getActiveSessionWindow() instanceof SQLInternalFrame)