3637383940414243444546
} public void actionPerformed(ActionEvent evt) { CursorChanger cursorChg = new CursorChanger(getApplication().getMainFrame()); cursorChg.show(); try { _panel.repopulateInvalidObjects(); } finally
} public void actionPerformed(ActionEvent evt) { CursorChanger cursorChg = new CursorChanger(getApplication().getMainFrame()); cursorChg.show(); try { _panel.populateSessionInfo(); } finally
} public void actionPerformed(ActionEvent evt) { CursorChanger cursorChg = new CursorChanger(getApplication().getMainFrame()); cursorChg.show(); try { _panel.populateDBOutput(); } finally
} public void actionPerformed(ActionEvent evt) { CursorChanger cursorChg = new CursorChanger(getApplication().getMainFrame()); cursorChg.show(); try { _panel.populateSGATrace(); } finally
211212213214215216217218219220221
*/ private void refreshLog() { enableComponents(false); final CursorChanger cursorChg = new CursorChanger(getAwtContainer()); cursorChg.show(); try { try { SwingUtilities.invokeAndWait(new Runnable()
4647484950515253545556
} public void actionPerformed(ActionEvent evt) { CursorChanger cursorChg = new CursorChanger(_app.getMainFrame()); cursorChg.show(); try { super.actionPerformed(evt); } finally