Clears the progress bar and turns off the wait cursor
()
| 188 | * Clears the progress bar and turns off the wait cursor |
| 189 | */ |
| 190 | public void endShowingProgress() |
| 191 | { |
| 192 | CursorControlUtilities.stopWaitCursor(this); |
| 193 | setContextMessage(null); |
| 194 | getProgressBar().setString(null); |
| 195 | getProgressBar().setVisible(false); |
| 196 | } |
| 197 | |
| 198 | /** |
| 199 | * Shows the log window when the load status icon is clicked. |
no test coverage detected