Bring window to front-most position in operating-system. This can bring the window out of the system's backgrounded apps. @return this
()
| 360 | * @return this |
| 361 | */ |
| 362 | public abstract Window bringToFront(); |
| 363 | |
| 364 | /** |
| 365 | * Checks if window is currently the front-most one in the parent operating system. |
nothing calls this directly
no outgoing calls
no test coverage detected