Opens a window to display this image and clears the status bar.
()
| 572 | |
| 573 | /** Opens a window to display this image and clears the status bar. */ |
| 574 | public void show() { |
| 575 | show(""); |
| 576 | } |
| 577 | |
| 578 | /** Opens a window to display this image and displays |
| 579 | 'statusMessage' in the status bar. */ |
no test coverage detected