(@NotNull String title)
| 83 | } |
| 84 | |
| 85 | @NotNull @Contract("-> this") |
| 86 | public Window setSubtitle(@NotNull String title) { |
| 87 | assert _onUIThread() : "Should be run on UI thread"; |
| 88 | _nSetSubtitle(title); |
| 89 | return this; |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * <p>Adds the system icon for the specified file next to the window title (and allows viewing the parent directories).</p> |
no test coverage detected